https://github.com/wrongbyte/pdf-manager
:sparkles: Split your PDFs using Python, in a minimalist GUI (this repository is old, I accidentally changed the commits' timestamps)
https://github.com/wrongbyte/pdf-manager
pdf pypdf2 pyqt5 python
Last synced: 6 months ago
JSON representation
:sparkles: Split your PDFs using Python, in a minimalist GUI (this repository is old, I accidentally changed the commits' timestamps)
- Host: GitHub
- URL: https://github.com/wrongbyte/pdf-manager
- Owner: wrongbyte
- Created: 2021-09-25T15:26:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T00:02:39.000Z (over 3 years ago)
- Last Synced: 2025-07-04T19:13:59.879Z (6 months ago)
- Topics: pdf, pypdf2, pyqt5, python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Splitting PDFs with Python
This is a small study project for me to understand a bit of OOP concepts using PyQt and PyPDF.
If you want to run it, clone this repository, install the dependencies from `requirements.txt` and run `main.py`
You will have two options to split your file:
- In regular intervals

- In a custom range of pages

Then, the created file(s) will be saved on your current directory :)