A simple app to merge multiple PDF files into one, with features such as drag-and-drop file selection, file management, and reordering.
- Drag-and-drop PDF files
- Browse and add PDF files
- Reorder PDFs
- Clear or remove selected files
- Merge PDFs into one file and save with a custom name
Before running the app, make sure you have Python 3.6+ installed.
-
Create a virtual environment: python -m venv venv
-
Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Clone or download the repository.
- Navigate to the project folder.
- Run the application:
python app.py
The app will open, and you can start merging PDF files by dragging and dropping them or selecting them via the file browser.
Enjoy merging your PDFs! ๐
Note: This app was created using ChatGPT with about 5% human editing.
Note: In the future, it is preferred to have app.py convereted to a Windows Executable .exe file.