https://github.com/dharmatech/sqlite-water-tracker.py
https://github.com/dharmatech/sqlite-water-tracker.py
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dharmatech/sqlite-water-tracker.py
- Owner: dharmatech
- Created: 2025-12-02T08:14:42.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-12-05T09:46:53.000Z (7 months ago)
- Last Synced: 2026-03-31T06:35:40.583Z (3 months ago)
- Language: Python
- Size: 1.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Terminal app for tracking daily water consumption.
- Written in Python using the `textual` library
- Data stored in `sqlite`
- Intended for use in `termux` on Android
- But also works fine in any terminal
# Installation
```
uv pip install "git+https://github.com/dharmatech/sqlite-water-tracker.py"
```
# Termux
On termux, you'll need `python` and `uv`:
```
pkg install python
pkg install uv
```
# Videos
https://youtu.be/qt_PNr1Wz1Q
Older video:
https://youtu.be/sTj1FalZMVw
# Screenshots