Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 753 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 753 Bytes

Automatic File Mover

  • 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

How to Use

  • 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)