The program can sort all files in a directory into folders, depending on the file format.
Sorting time - up to 1 second.
To download the repository to your computer, just write this command on the command line.
git clone https://github.com/amigun/pySorting.git
- Python 3 (3.8.0 (Not tested on earlier versions)).
- Libraries: os, shutil, pathlib.
- Open file
python pySorting.py
- Specify the absolute path to the files folder
C:\...
- Specify any prefix (at least 4 characters) or skip
pysort
- ...
- Complete!
Files are sorted!
Link to an example of the work: https://i.yapx.ru/HFJi1.gif (if the GIF below doesn't work)