Skip to content

App that helps you merge pdf's without uploading your personal information to random websites.

Notifications You must be signed in to change notification settings

vanshs64/pdfmerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PDF Merger App ๐Ÿ“„โœจ

A simple app to merge multiple PDF files into one, with features such as drag-and-drop file selection, file management, and reordering.

Features ๐ŸŒŸ

  • 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

Requirements โš™๏ธ

Before running the app, make sure you have Python 3.6+ installed.

  1. Create a virtual environment: python -m venv venv

  2. Activate the virtual environment:

  • On Windows:
    .\venv\Scripts\activate
    
  • On macOS/Linux:
    source venv/bin/activate
    
  1. Install dependencies:
    pip install -r requirements.txt
    

Running the App ๐Ÿš€

  1. Clone or download the repository.
  2. Navigate to the project folder.
  3. 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.

About

App that helps you merge pdf's without uploading your personal information to random websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages