A script to pull the New York Times BestSellers into a PDF file.
- Export to PDF or CSV for easy printing or spreadsheet view.
- Configurable options including summaries, book cover, author.
- Letter or Legal size.
- python3.7+
- python venv
- pip3
- git (optional)
- Tkinter
- FPDF
- BeautifulSoup4
- Requests
- Download the zip file or clone the repository with git.
git clone https://github.com/kbHoward2/NYT-BestSellers.git
python3 -m venv /path/to/repository
cd NYT-BestSellers
apt install python3-tk
pip install -r requirements.txt
python3 main.py
See the releases page for bundle Windows EXE for your machine.
Simply select your options and click start a PDF document will be output in the directory of the binary executable.
- Export checkbox for .csv and .txt files.
- Option for Book Summary.
- Option for Text Only.
- Option for Image Only.
- Headless execution through commandline.