An open API service indexing awesome lists of open source software.

https://github.com/dharmatech/sqlite-water-tracker.py


https://github.com/dharmatech/sqlite-water-tracker.py

Last synced: 20 days ago
JSON representation

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