Skip to content

Latest commit

 

History

History
 
 

File-Mover

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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)