PDF_Merger is a Python script that merges multiple PDF files into a single PDF document using the PyPDF2 library.
Before running the script, ensure you have Python installed on your system. You can install it from the official Python website.
Additionally, you'll need to install the PyPDF2 library. You can install it via pip:
pip install PyPDF2
- Clone the repository to your local machine:
git clone https://github.com/subhranil002/PDF_Merger.git
-
Navigate to the directory containing
PDF_Merger.py
. -
Run the script using Python:
python PDF_Merger.py
- Follow the on-screen instructions to input the PDF files you want to merge.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.
This project is licensed under the MIT License - see the LICENSE file for details.
Made With โค๏ธ