Skip to content

mana-sg/FSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Sorting System:

Description:

A file sorting system which can sort your files in your folder into different folders. This program automatically creates folders and changes the files location based on the extension of the file.

There are two options as of now:

  • Basic Sort: Sorts your folder on a single level into 6 folders namely {Photos, AudioVideo, Documents, CodingFiles, Folders, Others}.
  • Deep Sort: Further sorts your documents folders based on their extensions.

This program is still under development. New versions will also include a custom sorting feature using which the user can create a custom sort based on their desired extensions, filenames and foldernames.

Usage

To sort your files

  • Clone this project into your downloads folder
  $ cd
  $ cd Downloads
  $ git clone https://github.com/mana-sg/FSS
  • Install the requirements.txt file using this command
  $ pip install -r requirements.txt
  • Open the terminal and change to the directory you want to sort
  $ cd PATH/TO/FOLDER
  • To use the program
  $ python3 /Downloads/FSS/main.py -flag

Use:

  • -b: This flag is used to do basic sort.
  • -d: This flag is used to do deep sort.

New features coming soon...

About

File sorting system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages