Skip to content

Commit

Permalink
Add PDF Extractor and Renamer with Theme Toggle and Icon
Browse files Browse the repository at this point in the history
- Implemented a PDF extractor and renamer application using Tkinter.
- Added functionality to extract pages from a PDF and rename them based on user input.
- Included a theme toggle feature to switch between light and dark modes.
- Added the ability to import names from CSV and Excel files.
- Created a template download feature for user convenience.
- Set a custom application icon for better branding.
- Improved user interface for better usability and aesthetics.
- Fixed minor bugs related to file handling and user input validation.
  • Loading branch information
aderamdani committed Dec 26, 2024
0 parents commit 3a63684
Show file tree
Hide file tree
Showing 24 changed files with 66,872 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/PDF Extractor and Renamer.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a63684

Please sign in to comment.