- This is a small program that automatically moves and sorts files from chosen source to destination. It uses PySimpleGUI to create a minimal GUI for the user.
- Original project: Automatic File Sorter
- Install the dependencies (PySimpleGUi), which are found in
requirements.txt
- Run the script or create an executable version by using PyInstaller
- When asked, choose source and destination folder to move/copy files
- Choose whether to sort by file type or not
- Click 'Ok' to move/copy files and sort them (if option is enabled)