Metadata-Version: 2.1
Name: simple-file-sorter
Version: 0.1.0
Summary: File sorter
Author: Vitalii Shishorin
Author-email: moskrc@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# FileSorter - A simple file sorter

## What is it?

Sometimes you have a folder with a lot of files and you want 
to sort them into subfolders. This is where FileSorter comes in. 
It will sort your files into subfolders based on the file extension.

## How do I use it?

Change the path in the script to the folder you want to sort.

```bash
$ python3 main.py
```

