An open API service indexing awesome lists of open source software.

https://github.com/sufst/tem-gui


https://github.com/sufst/tem-gui

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

TEM GUI
A cross-platform graphical user interface to read thermistors' temperatures from the BMS CAN.

# Setup
1. **Clone the repository:**
Use SSH code if you want to contribute

```bash
git clone https://github.com/sufst/tem-gui.git
cd tem-gui
```

2. **Run virtual environment**
```bash
python -m venv venv
venv/Scripts/activate
```

3. **Install dependencies:**
```bash
pip install -r requirements.txt
```

4. **Run:**
```bash
cd source
python main.py
```

# Dependencies
- **Python**
- **Kivy** - cross platform for GUI apps Development