A collection of scripts for pdf daily usage based on pypdf. CLI is needed, code-free. Automatically merge all your pdfs.
Dependencies are installed manually at the moment. Python, pip and pypdf are needed. Also flet for graphical interface.
pip install pypdf
pip install flet
Download the source code (Manually or using git) and locate the folder on CLI
git clone https://github.com/varo6/pypdf-scripts.git
cd pypdf-scripts
Run the main script on CLI using python:
python main.py
All pdf files located in "pdfs" folder will merge into a new pdf located in pdfs\saved results folder.