Create a Task Manager App for the Terminal with Python (Rich, Typer, Sqlite3)

In this Python Tutorial we learn how to build a terminal application (CLI app) to manage our tasks and todos. We use Typer for building the CLI app, Rich for a colorized terminal output, and SQLite for the database. Get my Free NumPy Handbook: ✅ Write cleaner code with Sourcery, instant refactoring suggestions in VS Code & PyCharm: * ⭐ Join Our Discord : 📓 ML Notebooks available on Patreon: If you enjoyed this video, please subscribe to the channel: ▶️ : Code: Typer: Rich: sqlite3: ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~ 🖥️ Website: 🐦 Twitter -
Back to Top