pytoolkit-leomb is collection of simple Python CLI utilities designed to simplify everyday tasks.
Built with Typer, Pathlib, and Rich, it provides a lightweight and extensible way to manage small command-line tools in one place.
Because pytoolkit-leomb is a CLI tool, we recommend installing it with pipx, as it keeps the tool isolated from your system Python while still allowing you to run pytoolkit from anywhere in your terminal.
sudo apt install pipx
pipx ensurepath
py -m pip install --user pipx
pipx ensurepath
pipx install pytoolkit-leomb
Or in development mode (you need to be inside the project folder):
pip install --editable .