Skip to content

sufst/tem-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
git clone https://github.com/sufst/tem-gui.git
cd tem-gui
  1. Run virtual environment
python -m venv venv
venv/Scripts/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run:
cd source
python main.py

Dependencies

  • Python
  • Kivy - cross platform for GUI apps Development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages