In this demo, we'll see a terminal-based Contact Book application built in Python. We have used Typer for building the CLI app, Rich for a colorized terminal output, and TinyDB for the database.
Project Tutorial - https://blog.ashutoshkrris.in/how-to-...
TinyDB Tutorial - https://blog.ashutoshkrris.in/getting...
Rich Tutorial - https://blog.ashutoshkrris.in/getting...