krz/nba-scores
A CLI/TUI app for NBA scores.
clone: git clone https://gitbay.org/krz/nba-scores.git
9386ee21cd4c9aaadf3b958dc216bad2122c4e38
signed_unknown_key
author: Christian Cleberg <hello@cmc.pub> · 2025-03-29T05:59:25Z
README.md | 6 +++--- pyproject.toml | 2 +- screenshots/installation.png | Bin 0 -> 167560 bytes screenshots/scores.png | Bin 245536 -> 225677 bytes screenshots/standings.png | Bin 487697 -> 373984 bytes 5 files changed, 4 insertions(+), 4 deletions(-) @@ -32,7 +32,7 @@ cd nba pipx install . ``` - + # Usage @@ -47,10 +47,10 @@ All commands can be passed to the program with the following template: | `--standings` | `-st` | Show current conference standings | Scores: - + Standings: - + # Contributing @@ -1,6 +1,6 @@ [project] name = "nba-scores" -version = "0.1.4" +version = "0.1.5" authors = [ { name="Christian Cleberg", email="hello@cmc.pub" }, ] new file mode 100644 Binary files /dev/null and b/screenshots/installation.png differ Binary files a/screenshots/scores.png and b/screenshots/scores.png differ Binary files a/screenshots/standings.png and b/screenshots/standings.png differ