Merge Multiple PDF Files Using Python (Beginner Project)

Опубликовано: 13 Май 2026
на канале: CodeWithDeepak
3
0

In this video, I built a *PDF Merger Tool using Python* that allows you to combine multiple PDF files into a single document.

This is a simple but practical Python project where we use the *PyPDF2 library* to read and merge PDF files.

The program asks the user to enter PDF filenames and then merges them into one output file.

Projects like this are great for improving Python skills and learning how to work with **real files and libraries**.

💻 Features of the Project:
• Merge multiple PDF files
• Command line interface
• Simple and beginner-friendly
• Built using Python and PyPDF2

🛠 Technologies Used:
• Python
• PyPDF2

📂 GitHub Repository:
https://github.com/deepak-pro77/PDF-M...

I’m currently building *Python projects daily* to improve my programming skills and document the journey here on YouTube.

If you enjoyed this project, consider subscribing to follow along!

#python #pythonprojects #programming #coding #beginners