nkaluva / python-click-cli-cookbook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click CLI Test

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.

Screen Shot 2021-03-25 at 11 28 13 AM Screen Shot 2021-03-25 at 11 29 00 AM

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 90.0%Language:Makefile 10.0%