Installation¶ Requirements¶ Python 3.12+ Linux (primary target) From PyPI¶ pip install colorgen From source¶ git clone https://codeberg.org/piotrkrzysztof/colorgen.git cd colorgen make install This uses Poetry under the hood. You'll need Poetry installed. Verify¶ colorgen --help If you get command not found, make sure ~/.local/bin is in your PATH: export PATH="$HOME/.local/bin:$PATH"