Real Python Tutorials

Build a Contact Book App With Python, Textual, and SQLite
NEW

Build a Contact Book App With Python, Textual, and SQLite

In this tutorial, you'll be guided step by step through the process of building a basic contact book application. You'll use Python and Textual to build the application's text-based user interface (TUI), and then use SQLite to manage the database.

Oct 09, 2024 intermediate projects