Skip to content

mohammedyounes98/PDFMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PDF Merger GUI Tool

This is a simple offline Python tool to merge multiple PDF files into a single document. It provides a lightweight graphical interface using Tkinter, making it easy for non-technical users to use.

Features

  • Merge multiple PDF files into one
  • Simple and intuitive graphical interface
  • 100% offline – no internet or external services required
  • Built using Python and the pypdf library (v5+)

Requirements

  • Python 3.7 or later
  • Dependencies:
    • pypdf
    • tkinter (included by default in standard Python installations)

To install pypdf:

pip install pypdf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages