textual icon indicating copy to clipboard operation
textual copied to clipboard

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.

Results 462 textual issues
Sort by recently updated
recently updated
newest added

To be added by @willmcgugan I was wondering if there is a way to completely disable rich tracebacks? What I have tried in my main.py Here I am purposely raising...

To be added by @willmcgugan need a input text feild. havent found it any example. used the default input() in python its just jamming my screen.

To be added by @willmcgugan 1. Thanks for such a great library 2. We are using your library! See the result here: https://github.com/fluidattacks/makes/pull/725 3. This is not an outstanding feature...

enhancement

It would be nice to have a widget that behaves like a console. At first, just able to print and auto-scroll, and scroll bar, with auto-refresh. ```console.print("another brick in the...

Hi, this is a repost of https://github.com/nschloe/tiptop/issues/63 as the issue is likely stemming from Textual: Inside Windows' `cmd.exe`, a part of the terminal lines buffer is written over when exiting...

At the top in the README when listing suported platforms, 'Window' is written instead of 'Windows'

Is there any official documentation on the accessibility of this framework for users who rely on screen readers? If not, what steps are being made to ensure visually impaired users...

When my custom application code raises an exception in `on_mount`, Textual clears the screen (which hides the original error) and then crashes itself. When debugging #247 I found that the...

The URL for the Grid layout example was pointing to the calculator example. URL has been updated to link to grid.py.

This includes documentation for the class and add_column, add_row and add_areas methods. Let me know if you want any changes or if I have any mistakes. Thanks again.