The Best way to build a Python command line tool - Python Typer Tutorial

Опубликовано: 20 Январь 2021
на канале: DevOps Journey
75,721
1.4k

In this video, I go over what I think is one of the best modules for creating Python Command Line (CLI) Tools.

I go over What Python Typer is, how to install and import it and how to use variables and command-line switches.

Make Professional look Python CLI Applications today.

If you want to know how to package a python application:
https://packaging.python.org/tutorial...

☕ Buy me a coffee: https://www.buymeacoffee.com/bradmorg

👨‍💻 Join our Discord Community of DevOps Engineers:   / discord  

Code: https://devopslifecycle.com/lessons/1...

📘 Chapters:
0:00 What is Python Typer
0:26 Typer Code Example, building commands using functions
3:36 Adding variables to our Typer CLI application
5:42 Adding in CLI Switches
7:22 Adding in autocompletion to our Python CLI App