Skip to content

Latest commit

 

History

History
 
 

File Sorter GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
User select a directory and automatically organizes files by their extensions into separate subdirectories.
Tkinter,os,shutil,filedialog:These libraries collectively enable the creation of the GUI, handling file operations, and user interaction 

requirement:
the libraries used in the project (os, shutil, and filedialog) are actually built-in Python libraries.