20 lines
338 B
Markdown
20 lines
338 B
Markdown
# Python Controller
|
|
|
|
Designed for prototyping the train controls, this Python program can be run on your computer to control the Train Receiver software running on an ESP32.
|
|
|
|
## Software dependencies
|
|
|
|
Please install Python 3.10 or newer
|
|
|
|
```
|
|
pip install --user flask
|
|
```
|
|
|
|
## Running
|
|
|
|
```
|
|
python3 main.py
|
|
```
|
|
|
|
This project is still a WIP.
|