This is a file categorizer that allows users to select a custom directory and identify and move files
belonging to the specified folder.
Recommended Usage:
Default Folder
- Change
customDir.txtto blank. (Located in settings folder.) - Add what you want to categorize files. In the,
categories.txt. (Located in settings folder.)-
Example:
mp4=VIDEO-FILES png=IMAGE-FILES tiff=IMAGE-FILES mkv=VIDEO-FILES mp3=SOUND-FILES
-
- Execute the
main.pyand enjoy!
Custom Folder
- Change
customDir.txtto what location you want to categorize. (Located in settings folder.) - Add what you want to categorize files. In the,
categories.txt. (Located in settings folder.)-
Example:
mp4=VIDEO-FILES png=IMAGE-FILES tiff=IMAGE-FILES mkv=VIDEO-FILES mp3=SOUND-FILES
-
- Execute the
main.pyand enjoy!