Typicalsv / SwiftSort

Keeps your files sorted.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comet

📂 SwiftSort

Keeps your files sorted.

🏗️ Construction:

1. Directory Setup:

The script ensures the existence of a 'General' directory. Subdirectories are created for specific file types: Images, Videos, Audio, Text-Docs, Word, Excel, PowerPoint, Compressed, and Others.

2. File Movement:

The move_files function scans files in the 'Mixed' directory. Files are moved to appropriate subdirectories based on their file extensions. Log messages in the Tkinter text widget provide feedback on the process.

3. Execution:

The Tkinter GUI is initiated, featuring a "Start Sorting" button. Clicking the button triggers the file sorting process.
Log messages inform users about the files moved and their respective destination folders.

🛠️Setup - Terminal Way

  1. Make sure you have python installed
python -V
  1. Download SwiftSort.py
  2. Navigate to the projects directory using cd (name of the next folder in path)
  3. In terminal run following command - >
python SwiftSort.py

🛠️Setup - .exe Way

Download SwiftSort.exe and run it. Windows defender will tell you not to open it, but essencially it's the same thing as SwiftSort.py

If all done correctly you should be able to use this program...

About

Keeps your files sorted.

License:MIT License


Languages

Language:Python 100.0%