Skip to content

This is applications to marge PDF files using Python.

Notifications You must be signed in to change notification settings

Trzups/MergerPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marge PDF

Table of contents


General info

I have prepared applications to marge PDF files. I used python GUI interface, tkinter package and PyPDF. The application is very easy to use.


Technologies

  • Python version 3.6 (use tkinter and PyPDF)

Setup

# 1. To run this project, create a virtual environment and clone the repository.
$ https://github.com/Trzups/MergerPDF.git

# 2. Activate the virtual environment
$ source virtualenv/bin/activate

# 3. Then go to the folder :
$ MergerPDF

# 4. Using:
$ pip3 install -r requirements.txt

# 5. And start project:
$ python3 main.py

After starting the application, add the files you want to join

Then choose where you want to save the new file