Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foo290/file-sorting
A file sorting software with GUI
https://github.com/foo290/file-sorting
file-sorting gui python sort tkinter-python
Last synced: 14 days ago
JSON representation
A file sorting software with GUI
- Host: GitHub
- URL: https://github.com/foo290/file-sorting
- Owner: foo290
- License: mit
- Created: 2020-08-07T13:17:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T04:59:13.000Z (over 4 years ago)
- Last Synced: 2024-11-17T08:35:56.698Z (2 months ago)
- Topics: file-sorting, gui, python, sort, tkinter-python
- Language: Python
- Homepage:
- Size: 671 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File-sorting
### Computer software## Installation
Configuration folder must be in the same directory where all the scripts are as it contains all the external files ,like databse files and icons n'all.
Then you can simply run :
``` bash
python main.py
```
Or run thru any IDE.## Description
File swap is a computer software with a nice GUI that keeps your random files' mess in shape by sorting files on the bases of their extensions in diffrent folders created according to the file types found.
##### For example
if your directory contains Images, PDFs, excel files etc. It will create folder for images and sort all the images into that folder and so on.This software is equiped with 148 types of diffrent extensions which covers all the major filet types but if there is some file which you want to add manually, you can do that by going into the Extension Manager option on top.
It also has an autosense feature in which you assign the autosense in a folder and software will keep it orgnised in background for any new arival of files automatically.
Even if you close the software with autosense on, database will remember the folder on which it was assign and will automatically turn on next time you run software.## Exception Handling
Coming to the exception handling, the software will keep you informed for any fault by keeping your files safe.## Snapshots
#### Frontend#### Extension Manager
#### Same name exception handling
#### Unknown files
## License
[MIT](https://choosealicense.com/licenses/mit/)