An open API service indexing awesome lists of open source software.

https://github.com/plompi/pdf-merger

PDF-Merger with UI, made in python
https://github.com/plompi/pdf-merger

Last synced: 4 months ago
JSON representation

PDF-Merger with UI, made in python

Awesome Lists containing this project

README

        

:wave: Hey, this repository contains the files to use this PDF-Merger

### Requirements
**Python:**


The application was written in python version [3.8.5](https://www.python.org/downloads/release/python-385/)


You can also use the newest stable python release (no guarantee that it will work)
## Setting up
### Getting sources & installing required modules

**Linux:**

- Firstly, clone this repository with all the assets and code:
```
git clone https://github.com/Plompii/PDF-Merger.git
```

- Now install the modules `PIL` and `PyPDF2`, the other modules used are already installed with Python's standard libary:
```
pip install Pillow
pip install PyPDF2
```

**Windows:**

- Download this [Zip-File](https://github.com/Plompii/PDF-Merger/archive/master.zip) and extract the folder

- Now install the modules `PIL` and `PyPDF2`, the other modules used are already installed with Python's standard libary:
```
pip install Pillow
pip install PyPDF2
```

## Using
- run the PDFMerge.py file:
```
[Directory of the folder] python PDFMerge.py
```