Textual - How to Log to Both the Console and a File
Textual is a wonderful Python package that allows you to create a text-based user interface (TUI) in your terminal. You may have read about Textual several times in this newsletter.
When you are debugging Textual applications, you can log or print to something called the Textual console. You run this console in a separate terminal and then run your Textu…


