{"id":50546803,"url":"https://github.com/shiva611/pdf-xpert","last_synced_at":"2026-06-04T00:00:20.583Z","repository":{"id":362366433,"uuid":"1258229558","full_name":"Shiva611/PDF-XPERT","owner":"Shiva611","description":"Modern PDF Utility Application built using Python and CustomTkinter","archived":false,"fork":false,"pushed_at":"2026-06-03T22:02:34.000Z","size":2180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T23:09:45.198Z","etag":null,"topics":["customtkinter","desktop-application","gui","pdf","pdf-tools","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shiva611.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-03T11:42:57.000Z","updated_at":"2026-06-03T21:53:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Shiva611/PDF-XPERT","commit_stats":null,"previous_names":["shiva611/pdf-xpert"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Shiva611/PDF-XPERT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiva611%2FPDF-XPERT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiva611%2FPDF-XPERT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiva611%2FPDF-XPERT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiva611%2FPDF-XPERT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shiva611","download_url":"https://codeload.github.com/Shiva611/PDF-XPERT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiva611%2FPDF-XPERT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33884734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["customtkinter","desktop-application","gui","pdf","pdf-tools","python"],"created_at":"2026-06-04T00:00:19.373Z","updated_at":"2026-06-04T00:00:20.552Z","avatar_url":"https://github.com/Shiva611.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF XPERT\r\n\r\nPDF 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.\r\n\r\n## Features\r\n\r\n* Merge PDF files\r\n* Split PDF files\r\n* Rotate PDF pages\r\n* Protect PDF with password\r\n* Unlock protected PDF files\r\n* Reverse PDF page order\r\n* Delete selected pages\r\n* Convert PDF to Image\r\n* Convert PDF to Word\r\n* Convert Word to PDF\r\n\r\n## Technologies Used\r\n\r\n### Programming Language\r\n\r\n* Python\r\n\r\n### Libraries\r\n\r\n* CustomTkinter\r\n* PikePDF\r\n* PyMuPDF (fitz)\r\n* PDF2DOCX\r\n* DOCX2PDF\r\n\r\n### Deployment Tools\r\n\r\n* PyInstaller\r\n* Inno Setup\r\n\r\n## Project Structure\r\n\r\n```text\r\nPDF_XPERT_V2\r\n├── backend.py\r\n├── modern_ui.py\r\n├── assets/\r\n├── pdfxpert.ico\r\n├── requirements.txt\r\n├── PDF_XPERT_SETUP.iss\r\n└── README.md\r\n```\r\n\r\n## Installation\r\n\r\n1. Clone the repository\r\n\r\n```bash\r\ngit clone https://github.com/Shiva611/PDF-XPERT.git\r\n```\r\n\r\n2. Navigate to the project directory\r\n\r\n```bash\r\ncd PDF-XPERT\r\n```\r\n\r\n3. Install dependencies\r\n\r\n```bash\r\npip install -r requirements.txt\r\n```\r\n\r\n4. Run the application\r\n\r\n```bash\r\npython modern_ui.py\r\n```\r\n\r\n\r\n## Project Architecture\r\n\r\nFrontend:\r\n\r\n* Built using CustomTkinter\r\n* Handles user interface, buttons, dialogs, and navigation\r\n\r\nBackend:\r\n\r\n* Handles PDF processing logic\r\n* Performs merge, split, rotate, protect, unlock, conversion, and page management operations\r\n\r\n## Screenshots\r\n\r\n### Splash Screen\r\n![Splash Screen](Screenshot/splash_screen.png)\r\n\r\n### Dashboard\r\n![Dashboard](Screenshot/dashboard.png)\r\n\r\n### About Window\r\n![About](Screenshot/about.png)\r\n\r\n### Delete Pages\r\n![Delete Pages](Screenshot/delete_pages_input.png)\r\n\r\n### Protect PDF\r\n![Protect PDF](Screenshot/protect_pdf_input.png)\r\n\r\n### Rotate PDF\r\n![Rotate PDF](Screenshot/rotate_pdf_input.png)\r\n\r\n## Learning Outcomes\r\n\r\nThrough this project I learned:\r\n\r\n* GUI Development\r\n* File Handling\r\n* PDF Processing\r\n* Exception Handling\r\n* Debugging\r\n* Application Packaging\r\n* Installer Creation\r\n* Software Deployment\r\n\r\n## Author\r\n\r\nShiva Pandey\r\n\r\n## Version\r\n\r\nPDF XPERT v1.0\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiva611%2Fpdf-xpert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiva611%2Fpdf-xpert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiva611%2Fpdf-xpert/lists"}