Metadata-Version: 2.1
Name: ky.scrouter
Version: 1.0
Summary: A tool that looks for relations between users
License: MIT
Keywords: scratch,routing,ky,procybit
Author: Leon "Procybit" Shepelev
Author-email: kyleusnaff@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests
Description-Content-Type: text/markdown

# Scrouter

A tool that looks for relations between users.

## Installing

Via pip:

```
pip install ky.scrouter
```

You can also update to the latest version:

```
pip install ky.scrouter --upgrade
```

**Make sure you have Python 3.8 or above installed!**

## Program launch

Via terminal:

```
python -m ky.scrouter
```

## License
This project follows MIT license (see [LICENSE](LICENSE)).

