Skip to content

Tool for merging PDF files without sending them over the Network

License

Notifications You must be signed in to change notification settings

lukaszKielar/merge-pdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merge-pdfs

Simple Python tool for merging PDF files on a local machine.

Development

pipenv venv manager could be used to install all required dependencies for the project.

git clone [email protected]:lukaszKielar/merge-pdfs.git
cd merge-pdfs

python -m venv ./.venv

# adding --pre due to black version https://github.com/microsoft/vscode-python/issues/5171
pipenv install --pre

Building process

pyinstaller --noconsole --onefile --windowed --name MergePDFs .\merge_pdfs\gui\app.py

About

Tool for merging PDF files without sending them over the Network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages