Dexcomify - display your glucose level on pc
Feel free to create issues and pull requests!
Status meaning:
🟢 -> Ready to use and working
🟡 -> In development
🟠 -> Planned for the close future
🔴 -> Planned for the future
Status | Feature | Description |
---|---|---|
🟢 | Display glucose level | 🦺 Display glucose level from dexcom |
🟡 | Make quit possible | Add exit button |
🟠 | Settings menu | ⚙️ Set your dexcom login and password right from settings menu |
🟠 | Change payload settings | Position and behaviour - for now it's always on top |
Run app:
- Clone the code
- Install python (on linux also python-pip)
- Create
settings.json
file inside app folder, based onsettings.example.json
- Run using
python start.py
orpython start.py quiet
for background running (for now background run isn't working on windows and can't be closed normal way - only from task manager)