Building Beautiful and Intuitive CLI in Python with Typer

In this video I''ll show you how to set up your CLI (command line interface) game in python by using the Typer package with some help from Rich thrown into the mix. If you are using argparse to create your CLI's, you definitely want to check out this video. Source code available on the GitHub. https://github.com/acswindle/cli_example 0:00 Introduction 1:10 Project Setup 3:00 Building Commands 6:00 Adding Arguments and Options 12:05 Styling Output with Richer 16:00 Setting up Passwords 25:47 Setting up Environment Vars 27:50 Progress Bars 30:41 Outputting Tables 32:28 Packing CLI Utility