https://github.com/sufst/tem-gui
https://github.com/sufst/tem-gui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sufst/tem-gui
- Owner: sufst
- Created: 2024-02-15T13:07:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T20:10:00.000Z (over 1 year ago)
- Last Synced: 2024-11-07T21:17:24.065Z (over 1 year ago)
- Language: Python
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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