Pybites Logo

Typer Learning Path

Typer badge

Typer is an amazing library for building Command Line Interfaces (CLIs). Leveraging Python type hints you can build great command line apps with relatively little code. In this learning path we'll have you practice the main features of the library.

Created on: Nov 03, 2022

Bites in this Path:

# Title
1 Transform a script into a command line interface (cli)
2 Create your first typer command line interface (cli) application
3 Add a progress bar to your command line interface (cli)
4 When to use command line option (cli) options and when cli arguments?
5 Using typer callbacks to create command line interface (cli) parameters
6 Rich excursion - create beautiful tables
7 Add a password prompt to your command line interface (cli)