Skip to content

Handy python tkinter desktop application to merge jpgs, pngs and pdfs into a single pdf file.

License

Notifications You must be signed in to change notification settings

charmerDark/pdf_merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf_merger

Handy python tkinter desktop application to merge jpgs, pngs and pdfs into a single pdf file.

Executable for windows has been provided as gui_merger.exe Exectables for linux are not supplied here but can be made using the PyInstaller package.
pip install PyInstaller
to install said package and
pyinstaller gui_merger.py --onefile --name NameOfYourChoice
to create the executable. Can also be run as a python program that launches the GUI.
python -m gui_merger.py

About

Handy python tkinter desktop application to merge jpgs, pngs and pdfs into a single pdf file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages