Skip to content

NamanKothari5/Files-Organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Files-Organizer

File organization is helpful when you are trying to find a specific one in a pool of files and directories. It seems time-consuming and exhausting to check each file. In cases where the number of files are way too many and you have no idea where to find it exactly, file organization is a saviour.

Modules Used:

  1. Tkinter : For creating graphical user interface
  2. Os : To interact with folders and files
  3. Shutil : To move files to specific folder

Approach

  1. Import module
  2. Create program window
  3. Select folder to be organized. This function will pop up a window where user will select the desired folder.
  4. Create button to start organizing files
  5. Add feedback message, so that the user has a clue what is going on
  6. Set criteria for files to be selected. This article organizes files using their extension.
  7. Create main
  8. Call function loop to GUI

About

A file organizer based on python-tkinter, os and shutil modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages