Day #85 - Creating command line utility in python
Introduction
Welcome to my 85th blog post on the Python journey. On day 85, I learned about creating a command line utility in Python. These are the programs that can be run from the command line window or the terminal. Let's dive into more details a...
codewithjain.hashnode.dev3 min read
Rudi van Rooyen
Systems Administrator
Good going! Day 100 is getting closer.
When you find the time, check out the Typer library for creating command-line apps. Here is the link: typer.tiangolo.com
Typer is not part of the standard Python library, but it comes highly recommended.