Главная
Study mode:
on
1
- Introduction
2
- CLI Typer
3
- Model class
4
- Database / SQLite3
5
- Put all together
Description:
Learn how to build a terminal-based task tracker application using Python. Explore the implementation of a Command Line Interface (CLI) app with Typer, enhance the terminal output with Rich for colorized display, and utilize SQLite for efficient data storage. Dive into creating a model class, setting up the database with SQLite3, and integrating all components to create a functional task management system. Follow along to develop practical skills in Python programming, CLI development, and database management while creating a useful tool for organizing your tasks and todos.

Create a Task Tracker App for the Terminal with Python - Rich, Typer, Sqlite3

Patrick Loeber
Add to list