| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
🐍 Python CLI Template
Greet name:
pipx run python_cli_template --name worldpipx install python_cli_templateOptional: Name to greet. Defaults to World.
python_cli_template --name AlexShow program's version number and exit:
python_cli_template --version # python_cli_template -vShow help message and exit:
python_cli_template --help # python_cli_template -hGreet name:
# script.py
from python_cli_template import hello
print(hello("Bob"))| Back | FazBrowse Home | New Git URL |