Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Persie0 committed Sep 8, 2023
1 parent bb63ffe commit 4898fdb
Showing 1 changed file with 42 additions and 8 deletions.
50 changes: 42 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,46 @@
# Download .exe file
https://github.com/Persie0/One_Sided_Scan_Merger_App/releases/download/folderMerge/OneSidedScansMergerApp.exe
# PDF Merger for One-Sided Scanners

![Alt text](https://github.com/Persie0/One_Sided_Scan_Merger_App/raw/master/2022-12-10_18-50.png)
This Python application allows you to merge PDFs from a one-sided scanner on Windows, Linux, and Mac. It utilizes Tkinter for the graphical user interface.

![Application Screenshot](https://github.com/Persie0/One_Sided_Scan_Merger_App/raw/master/2022-12-10_18-50.png)

# Info
With this application (only .exe as release, but you can make one yourself for other platforms) you can merge pdfs from a one sided scanner on Windows, Linux, Mac written in Python with Tkinter.
You can merge the two PDF files: one containing all odd pages of a scan, one containing all even pages of a scan in reverse order.
## Features

It has a simple UI where you can choose the 2 pdfs you want to merge.
So all frontpages + all backpages in reverse order -> merged PDF
- Merge two PDF files:
- One containing all odd pages of a scan.
- One containing all even pages of a scan in reverse order.

## Download

You can download the application for Windows from the following link:

[Download OneSidedScansMergerApp.exe](https://github.com/Persie0/One_Sided_Scan_Merger_App/releases/download/folderMerge/OneSidedScansMergerApp.exe)

## User Interface

- The application offers a simple and intuitive UI.
- Easily select the two PDFs you want to merge.

## Usage

1. Download the `.exe` file.
2. Launch the application.
3. Select the two PDF files you want to merge.
4. Click the "Merge" button to generate the merged PDF.

## Build Instructions (for other platforms)

To build the application for other platforms, follow these steps:

1. Install Python if you haven't already.
2. Clone this repository.
3. Install the required dependencies using `pip install -r requirements.txt`.
4. Run the application using `python OneSidedScansMergerApp.py`.

## License

This project is licensed under the [MIT License](LICENSE).

---

Feel free to contribute, report issues, or suggest improvements! If you encounter any problems, please [open an issue](https://github.com/Persie0/One_Sided_Scan_Merger_App/issues).

0 comments on commit 4898fdb

Please sign in to comment.