Trzups / MergerPDF

This is applications to marge PDF files using Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is applications to marge PDF files using Python.


Languages

Language:Python 100.0%