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
- Host: GitHub
- URL: https://github.com/plompi/pdf-merger
- Owner: Plompi
- Created: 2020-09-01T16:49:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T11:44:12.000Z (over 3 years ago)
- Last Synced: 2025-01-10T22:42:46.479Z (5 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```