An open API service indexing awesome lists of open source software.

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.

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.