OhMyGod
is an extension of Console
class from rich library. If your program does not need a cute guardian god — for reasons only gods know — you may want to use the original library instead.
Example.mov
If poetry is not installed, follow this installation steps.
> poetry install --no-dev
> poetry shell
> python3 -m example
> # You may skip following:
> poetry export -f requirements.txt > requirements.txt
> python3 -m venv .venv
> source ./.venv/bin/activate
> python3 -m pip install -r requirements.txt
> python3 -m example