An open API service indexing awesome lists of open source software.

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)

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

![1](img/1.png)

- In a custom range of pages

![2](img/2.png)

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