Kreateer / automatic-file-sorter

A small program that automatically moves and sorts files based on user input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create option to automatically sort all known file types into their respective folders

Kreateer opened this issue · comments

Goal

  • When option is enabled, sort all known file types from source to destination sub folder for each file type found.

Details

  • When the user enables this option in the GUI window, the program needs to read through the chosen source directory and move/copy each found file to a separate sub folder within the destination directory, based on file type

  • If there are no (more) files in the source directory, the program should show an Error to the user, notifying them of this

  • This option should be hidden until the user enables the 'Sort by Type' option, as it is directly tied to it. With PySimpleGUI, this can be done by specifying a key value for a Frame element and using the hidden parameter