DEV Community

Cover image for Build a Command Line interface with Python Click
Anja
Anja

Posted on • Updated on

Build a Command Line interface with Python Click

Hey everyone! Today I show you how you can create a CLI (Command line interface) with Pythons Click library.

Find the documentation with example code here:

https://click.palletsprojects.com/en/8.0.x/quickstart/

➤ Timestamps
0:00 Intro
0:13 Set up virtual environment, install Click
0:55 click command, option and argument
3:36 click group

Top comments (0)