Pdf_tools Code
Brought to you by:
poly-mokashi
File | Date | Author | Commit |
---|---|---|---|
LICENSE | 2025-03-20 |
![]() |
[943846] Initial commit |
Pdf_Tools.py | 2025-03-20 |
![]() |
[65e86a] pdf version 1 updated |
README.md | 2025-03-20 |
![]() |
[c3fbb7] Update README.md |
A desktop application built with Python and Tkinter for managing PDF files. The toolkit includes various PDF manipulation features like merging, splitting, converting images to PDFs, removing pages, and adding signatures.
git clone https://github.com/PolyMokashi/Pdf-Toolkit.git
cd Pdf-Toolkit
python -m venv venv
source venv/bin/activate # On Windows use: .\venv\Scripts\activate
pip install -r requirements.txt
python Pdf_Tools.py
tkinter
Pillow
PyPDF2
fitz
(PyMuPDF)Install them using:
pip install tkinter pillow pypdf2 pymupdf
(Add screenshots here)
git checkout -b feature-branch
).git commit -m 'Add feature'
).git push origin feature-branch
).This project is licensed under the MIT License.