This repo contains various programs that can be run in the Linux terminal (Bash specifically). Each program has been developed using each of the four following Python libraries:
- Booktracker (tracks books read with basic CRUD functionality)
This repo was created using UV.
git clone ...
cd shell
uv run [APP]
(e.g.uv run booktracker_textual/app.py
)