I built my first python app named TidyBit. It is a simple file organizer tool. It has a clean graphical user interface and simple to use. The app is available for both windows and Linux platforms.

About Tidybit app:
The app is developed in python language. I used pyside6 framework for GUI.
It has a progress bar that displays the real-time progress of the app function.
The top section has inputs for source and target folder paths. In the middle, it has information box to display the information. Below it is the progress bar and at the bottom is a button.
The app functionality is of four simple steps.
- Validation: App validates whether both source and target folder paths exist or not
- Fetching Files: Here, the app displays the files found from source folder.
- Organizing files: It identifies each file type and assigns a category.
- Moving files: It creates category folders in target directory and moves all the files to their corresponding category folder in the target directory.
This is a simple and easy to use app. Organizing digital files should be an easy task. It should not be an overhead for a regular computer user. That's one of the reasons why I built this app. Please check the app using the GitHub link below, give me your feedback or suggestions. Thank you.
GitHub Link: TidyBit GitHub repository
Top comments (0)