Metadata-Version: 2.1
Name: pytohub
Version: 1.0a0
Summary: This is a module that can connect to your lego RI hub or lego SPIKE PRIME hub and can directly upload modules to your hub
Author: mas6y6
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: getkey
Requires-Dist: requests
Requires-Dist: progressbar2

# PYTOHub

PYTOHub is a program that can directly connect to your lego spike prime or mindstorms hub

![alt text](banner.png)

# How to download

How to download PYToHub

**Run this in your terminal (Command prompt)**
```
pip install pytohub
```

# How to run pytohub
There is 2 ways to run pytohub.
**You can directly run it in the terminal**
```
python -m pytohub
```
**OR Run it using a python file**
```py
import pytohub
pytohub.run()
```

# How to setup your lego hub
There is 2 ways to setup your lego hub.

You need to setup your lego hub
**You can directly run it in the terminal**
```
python -m pytohub --download
```
**OR Run it using a python file**
```py
import pytohub
pytohub.download_program()
```
