A python program to monitor your dorm room's electricity bill and prevent your desktop from suddenly powering down and shutting down.
Support Platform:
- Windows
- Linux
- MacOS
Support School:
- XAUAT
- Install Python 3.7 or higher.
- Clone this repo.
- Install dependencies by running
pip install -r requirements.txt. - Run
maketo build the executable. - Copy the
elecmonitor.exeto the folder where you want to store the program, etcC:\Program Files\ElecMonitor. - Edit the config file
config.jsonto set your ownopenid, where you can find it in the website of your schooldl.xauat.edu.cn, one of the arg of the url. - Run
elecmonitor.exeto start the program. You can setup a link to the program at startup (win atC:\Users\yourname\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup) to make it run automatically when you turn on your computer.