Textual 101 – Using the TabbedContent Widget
Textual is a text-based user interface library (TUI) for the Python programming language. With Textual, you can create beautiful cross-platform TUI applications.
If you would like more information, see An Intro to Textual – Creating Text User Interfaces with Python
In this article, you will learn how to created a tabbed interface in your terminal using Te…


