- Clone the repository:
Use SSH code if you want to contribute
git clone https://github.com/sufst/tem-gui.git
cd tem-gui
- Run virtual environment
python -m venv venv
venv/Scripts/activate
- Install dependencies:
pip install -r requirements.txt
- Run:
cd source
python main.py
- Python
- Kivy - cross platform for GUI apps Development