Tab2PDF is a specialized tool that enables users to quickly and conveniently convert multiple newly opened tabs in their web browser into PDF files.
.idea | ||
build/main | ||
dist | ||
chromedriver.exe | ||
geckodriver.exe | ||
geckodriver.log | ||
icon.ico | ||
LICENSE.chromedriver | ||
main.py | ||
main.spec | ||
main11.py | ||
README.md | ||
requirements.txt | ||
starter.html |
Tab2PDF
Tab2PDF is a Python application that provides a user-friendly way to save newly opened tabs from web browsers (Firefox and Chrome) as PDF files. It streamlines the process of converting web content into PDF documents, making it convenient for users engaged in online research and documentation.
Features
- Easily switch between Firefox and Chrome browsers.
- Automatically detect and save newly opened tabs as PDF files.
- User-defined save location for PDF files.
- Option to open a starting HTML file and navigate to desired tabs.
- Frequently Asked Questions (FAQ) section for quick reference.
- Real-time display of open tabs with a graphical user interface.
How to Use
- Install Python 3.x on your system.
- Clone this repository or download the source code.
- Install the required dependencies using the provided
requirements.txt
file: - Run the program:
- Choose your preferred web browser (Firefox or Chrome).
- Browse and open tabs in your chosen browser.
- Click the "Start" button in the GUI to save newly opened tabs as PDF files.
- Specify the save location for the PDF files and click the "Browse" button to choose a directory.
- Optionally, open a starting HTML file from the "File" menu to navigate to specific tabs.
- For more information and answers to common questions, refer to the "FAQ" section in the GUI's "Help" menu.
Commands to Run
pip install -t rquirements.txt
pyinstaller --onefile --noconsole --icon=C:\Users\amit\PycharmProjects\Tab2pdf\dist\icon.ico main.py
pyinstaller main.spec
Now Runpython main.py
OR -cd dist, main.exe
Dependencies
Tab2PDF requires the following Python libraries:
tkinter
selenium
pdfkit
These dependencies can be installed using the provided requirements.txt
file.
Compatibility
Tab2PDF has been tested on Windows and may work on other platforms with proper configuration.
Contributions
Contributions to this project are welcome. Feel free to fork the repository and submit pull requests.
License
This project is licensed under the MIT License. See the LICENSE file for details.