A Python file sorter by common data types


Keywords
sorting, files, file, sort
License
MIT
Install
pip install FileSorter==0.2.0

Documentation

File Sorter

This program will let you sort files by using one sorta easy command! file_sort [path] [levels]

The path will be os.getcwd() by default. The levels are a number from 0 to ∞ indicating how far into subfolders the sort may look. The default is 0 for no folders may be searched.