██████╗░██████╗░███████╗ ███╗░░░███╗░█████╗░██████╗░██╗░░██╗ ██╔══██╗██╔══██╗██╔════╝ ████╗░████║██╔══██╗██╔══██╗██║░██╔╝ ██████╔╝██║░░██║█████╗░░ ██╔████╔██║███████║██████╔╝█████═╝░ ██╔═══╝░██║░░██║██╔══╝░░ ██║╚██╔╝██║██╔══██║██╔══██╗██╔═██╗░ ██║░░░░░██████╔╝██║░░░░░ ██║░╚═╝░██║██║░░██║██║░░██║██║░╚██╗ ╚═╝░░░░░╚═════╝░╚═╝░░░░░ ╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝ ------------------------------------------------------------- A tool for PDF manipulation made in python3
Clone the repo on the local machine.
Go to Releases, get the installer or the binary as per your use case.
There are multiple ways to use this program.
Graphical user interface for nerds.
python3.11 gui.py
Web interface if you want to self-host.
python3.11 web.py
Command line interface if you want speed and portability and knows how to use terminal.
python3.11 cli.py
- Python3.11
- PyPDF
- PILLOW
- TKinter ( for gui framework )
- Flask ( for web framework )
- Click ( for cli framework )
- pycryptodome ( for encrypting/decrypting pdf files )
Empty file
Contains all pdf manipulative functions.
GUI or Graphical User Interface implementation
CLI or Command Line Interface implementation
Web implementation
HTML files required for web framework.
Data files required for web framework.