Amazing-Python-Scripts/File-Mover at master · funcodingartist/Amazing-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

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)