Skip to content

SergiyGrimoldi/AutoSortingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

Auto Sorting System by Sergiy Grimoldi - V.0.0.4

This program organizes automatically files in folders named as file's extension

How to use the code

To run file main.py

  1. Open terminal

        cd ./directory
    

    or cmd

        dir ./directory
    

    and goto directory where you've saved folder downloaded containing this program

  2. Run python file with command-line or with your code editor digiting:

     sudo python3 main.py < Use Sudo if you know what is >
    
  3. If program doesn't works well probably you don't have modules installed so check if:

    • external modules are installed
  4. And if are not installed you must install these digiting:

    pip3 install < module's name >
    
  5. If program continues not working Contact Me

How program works

This program gets all file in directory choosen, automatically gets the extension of these, check if exists a folder named as file extension;

  • If folder exists puts file in this
  • Else creates it and puts file in this

Note

This program does not replace files if these already exists in subdirectory named as extension of files found.

If you want this feature or other Contact Me

If you want other programs Contact Me or check on my profile if it does'not already exsist.

Tips

The program is very easy to modified in variables and actions but:

  • If you want costumize the program please Contact Me
  • I am not responsible for all the changes

About

This program organizes automatically files in folders named as file's extension

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages