Skip to content

Latest commit

 

History

History

003-create-clis-with-typer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Creating Rock Solid CLI Apps With Typer

Creating CLI apps is a great way to get started with Python, but creating truly great ones can be difficult if you're just using the standard library. In this video, we'll look at how to use Typer to create rock-solid CLI apps.

For more information, watch the video.

Running the Code

First, you'll need to install the dependencies:

pip install poetry
poetry install

Once you've installed the dependencies, start a Poetry shell before attempting to run the CLI tool:

poetry shell
car --help