Blog Tutorial: https://ashutoshkrris.hashnode.dev/how-to-build-a-contact-book-application-in-python-using-rich-typer-and-tinydb
-
Notifications
You must be signed in to change notification settings - Fork 5
In this Python tutorial, we'll learn how to build a terminal application (CLI app) to manage our contact book. We'll use Typer for building the CLI app, Rich for a colorized terminal output, and TinyDB for the database.
ashutoshkrris/Contact-Book
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
In this Python tutorial, we'll learn how to build a terminal application (CLI app) to manage our contact book. We'll use Typer for building the CLI app, Rich for a colorized terminal output, and TinyDB for the database.