How to build a Contact Book Application in Python using Rich, Typer and TinyDB
Introduction
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.
Get your tools re...
blog.ashutoshkrris.in7 min read