Skip to content

aintbe/ohmygod

Repository files navigation

ohmygod - CLI Tool Powered by Gods

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

Set up with Poetry

If poetry is not installed, follow this installation steps.

> poetry install --no-dev
> poetry shell
> python3 -m example

Set up with PIP

> # 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