Skip to content

Matts-vdp/pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf

A Python program to merge pdf files with a GUI

Preview

Here you see a preview of the gui afther adding 2 files.

gui

Usage

First install the dependencies by executing the following in the command terminal:

pip install -r requirements.txt

You can then use the program by executing the following in the command terminal:

python pdf-gui.py

Keep in mind that you have to be in the same directory for the previous command to work.

You can also use the program by downloading the latest release and running it.