| File | Date | Author | Commit |
|---|---|---|---|
| assets | 2017-05-02 |
|
[28b197] Move icons to assets |
| gui | 2017-05-04 |
|
[4e74ee] Rename sorter_gui to gui |
| .gitignore | 2017-04-25 |
|
[20abf0] Ignore trial directories |
| LICENSE | 2017-04-05 |
|
[27c1b4] Add license |
| README.md | 2017-05-04 |
|
[8d132a] Point release links to latest |
| filegroups.py | 2017-04-24 |
|
[0eedd5] Rename fileGroups to typeGroups |
| operations.py | 2017-05-01 |
|
[c772af] Reorganise GUI |
| sdir.py | 2017-04-27 |
|
[2502bd] Use MD5 to catch RuntimeError |
| sorter.py | 2017-05-04 |
|
[fa1d0d] Remove CLI |
A Python application that sorts files in a folder into folders which are named by type. It (optionally) sorts the folders created in the first sorting into categories as defined by the dictionary in filegroups.py
Launch GUI with
python sorter.py
Or better yet, install program using the latest package
sorter.py is already executable (if not, make it executable :P )
Do
git clone https://github.com/giantas/sorter.git
cd sorter
then
python sorter.py (source folder path)
or
./sorter.py (source folder path)
or
Use GUI
Python 3.x (3.4 recommended)
~~Option --types only supported for terminal/CMD (for now)~~ Working.