Train control flask application for use from a computer
Go to file
Jared Dunbar eb44fd21af Adds readme and license 2023-03-12 13:50:31 -04:00
templates Initial Commit 2023-03-12 00:35:05 -05:00
LICENSE Adds readme and license 2023-03-12 13:50:31 -04:00
README.md Adds readme and license 2023-03-12 13:50:31 -04:00
main.py Adds documentation, some minor cleanup 2023-03-12 01:24:14 -05:00

README.md

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.