Auto Sorting System by Sergiy Grimoldi - V.0.0.2
This program organizes automatically files in folders named as file's extension
How to use the code
To run file main.py
-
Open
terminal
cd ./directory
or
cmd
dir ./directory
and goto directory where you've saved folder downloaded containing this program
-
Run python file with command-line or with your code editor digiting:
python3 main.py
-
If program doesn't works well probably you don't have modules installed so check if:
shutil
is installedos
is installedpathlib
is installedeasygui
is installed
-
And if are not installed you must install these digiting:
pip3 install `module's name`
-
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