Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.57 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.57 KB

File-Organizer

File Organizer v1

  • Organize files by their extension type.
  • Target folder has to hardcode in program.
  • Destination is also the target folder.

File Organizer v2

  • Organize files by their extension type.
  • Ex: mp4 & mkv are recognize as video files.
  • Target folder has to hardcode in program.
  • Destination folders are has hardcoded in program.
  • All files in target folder will send to the destinations.

File Organizer v3

  • Python file has converted to Executable file.
  • Organize files by their extension type.
  • Ex: mp4 & mkv are recognize as video files.
  • Target folder can be change in software.
  • Destination folder has to hardcode in program.
  • Software is colorized by python.
  • User can add extension rules.
  • User can undo actions.