https://github.com/shiva611/pdf-xpert
Modern PDF Utility Application built using Python and CustomTkinter
https://github.com/shiva611/pdf-xpert
customtkinter desktop-application gui pdf pdf-tools python
Last synced: 29 days ago
JSON representation
Modern PDF Utility Application built using Python and CustomTkinter
- Host: GitHub
- URL: https://github.com/shiva611/pdf-xpert
- Owner: Shiva611
- Created: 2026-06-03T11:42:57.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-06-03T22:02:34.000Z (29 days ago)
- Last Synced: 2026-06-03T23:09:45.198Z (29 days ago)
- Topics: customtkinter, desktop-application, gui, pdf, pdf-tools, python
- Language: Python
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF XPERT
PDF XPERT is a modern desktop PDF utility application built using Python and CustomTkinter. It provides multiple PDF management tools through a clean and user-friendly graphical interface.
## Features
* Merge PDF files
* Split PDF files
* Rotate PDF pages
* Protect PDF with password
* Unlock protected PDF files
* Reverse PDF page order
* Delete selected pages
* Convert PDF to Image
* Convert PDF to Word
* Convert Word to PDF
## Technologies Used
### Programming Language
* Python
### Libraries
* CustomTkinter
* PikePDF
* PyMuPDF (fitz)
* PDF2DOCX
* DOCX2PDF
### Deployment Tools
* PyInstaller
* Inno Setup
## Project Structure
```text
PDF_XPERT_V2
├── backend.py
├── modern_ui.py
├── assets/
├── pdfxpert.ico
├── requirements.txt
├── PDF_XPERT_SETUP.iss
└── README.md
```
## Installation
1. Clone the repository
```bash
git clone https://github.com/Shiva611/PDF-XPERT.git
```
2. Navigate to the project directory
```bash
cd PDF-XPERT
```
3. Install dependencies
```bash
pip install -r requirements.txt
```
4. Run the application
```bash
python modern_ui.py
```
## Project Architecture
Frontend:
* Built using CustomTkinter
* Handles user interface, buttons, dialogs, and navigation
Backend:
* Handles PDF processing logic
* Performs merge, split, rotate, protect, unlock, conversion, and page management operations
## Screenshots
### Splash Screen

### Dashboard

### About Window

### Delete Pages

### Protect PDF

### Rotate PDF

## Learning Outcomes
Through this project I learned:
* GUI Development
* File Handling
* PDF Processing
* Exception Handling
* Debugging
* Application Packaging
* Installer Creation
* Software Deployment
## Author
Shiva Pandey
## Version
PDF XPERT v1.0