Just a fun little project becuase I'm running out of ideas.
It's CLI. I WAS planning on making it a GUI app but nah.
Download the ZIP file of the repository (Code > Download ZIP)
Install the dependencies:
pip install rich
(Or with uv
: uv pip install rich
)
And then:
py main.py -h
With uv
:
uv run main.py -h