https://github.com/blockitifluy/file-sorter
https://github.com/blockitifluy/file-sorter
filesorter python sorter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockitifluy/file-sorter
- Owner: Blockitifluy
- Created: 2023-07-06T18:36:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T12:10:23.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T06:26:43.655Z (over 1 year ago)
- Topics: filesorter, python, sorter
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File-Sorter
The Python File Explorer is used to easily sort files from one folder of unsorted content to an another folder.
## How Does It Work?
It uses:
* os
* Tkinter (Making the UI)
* shuttil (Adding and Cloning files)
To achieve the sorting system, as well as if it exists it uses a Fullname or else just use the extension name (Free to update the list)
## Other
To open, open **FileSorter.py** not **FileSorterDictionary.py**. To add more default names add to **FileSorterDictionary.py**, formated as ```"BaseName": "FullName"``` in to the *FileTypeNames* Dictionary.
### Addition
#### Negatives
* Won't override files
#### Positives
* Can files to folder that had already been sorted
* Can Change Sorted & Unsorted Folders