https://github.com/de-soot/file-sorter
Small Python script for sorting messy files into organised folders.
https://github.com/de-soot/file-sorter
cli cli-app cli-application cli-applications cli-apps cli-tool cli-tools file-organiser file-organizer folder-cleaner python python-3 python-cli python-cli-app python-cli-application python-cli-project python-cli-tool python-file-organiser python-fileorganizer python3
Last synced: 12 months ago
JSON representation
Small Python script for sorting messy files into organised folders.
- Host: GitHub
- URL: https://github.com/de-soot/file-sorter
- Owner: de-soot
- License: gpl-3.0
- Created: 2023-12-21T08:12:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T16:04:26.000Z (about 1 year ago)
- Last Synced: 2025-02-08T16:29:36.427Z (about 1 year ago)
- Topics: cli, cli-app, cli-application, cli-applications, cli-apps, cli-tool, cli-tools, file-organiser, file-organizer, folder-cleaner, python, python-3, python-cli, python-cli-app, python-cli-application, python-cli-project, python-cli-tool, python-file-organiser, python-fileorganizer, python3
- Language: Python
- Homepage: https://github.com/de-soot/file-sorter
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Sorter
A simple Python script that cleans up messy files and organises them into sorted folders based on their file extensions.
## Requirements
`python3` (>=3.0.0)
## Usage
[Download](https://github.com/de-soot/file-sorter/releases/latest) and run `main.py` in the directory that you want to clean up. For example:
```sh
cd ~/Desktop
python3 main.py
```
### Note
You can change the default folder destination directories to wherever you want your files to go and add more file extensions not included in the source code.