/py-console-examples

Examples of Python CLI scripts that are built on various libraries.

Primary LanguagePython

Python CLI examples

This repository contains examples of usage of most popular Python CLI frameworks, such as:

Installation

Python 3.7 required.

python3.7 -m venv .venv
.venv/bin/pip install .

Usage

source .venv/bin/activate
python todo_argparse.py add test
python todo_click.py show
# etc