A text-based user interface (TUI) is a way to create a GUI in your terminal. Textual is a Python framework for creating TUIs that is inspired by modern web development.

Textual uses your existing Python skills to create beautiful, cross-platform TUIs that will even work on a single board computer

You will discover how to do the following in this talk:

  • An Intro to text-based user interfaces
  • The elements of a Textual application
  • How to create your first TUI
  • Examples of other cool TUIs

This will be a code heavy talk and cover a lot of ground. However by the end of the talk, you will walk away with the knowledge of how to create your own application with Python!