Skip to content

Atlas Recognizer - (File Categorizer)

Latest

Choose a tag to compare

@atlasatakahraman atlasatakahraman released this 02 Nov 12:06
55a1445

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.txt to 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.py and enjoy!

Custom Folder

  • Change customDir.txt to 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.py and enjoy!