python-click-cli-cookbook

A repo with a cookbook of recipes for building command-line tools with Python Click

CC0-1.0 License

Stars
6

Python click CLI cookbook

A repo with a cookbook of recipes for building command-line tools with Python Click

  • Create a source a Python virtualenv
    python3 -m venv ~/.cli && source ~/.cli/bin/activate

This application makes correct change as shown.

Badges
Extracted from project README
Click CLI Test