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

When playing with the examples, at first the Code Viewer seems to work! However, attempting to scroll the code shown causes control characters to be printed to the screen. Lots...

I am building a CLI/GUI tool based on one of my libraries and textual. The problem is: textual requires typing_extensions ^3.10.0 and my library requires typing_extensions ^4.1.1 because I use...

Hello. It would be very useful if there was a text box or code editor widget, so this is a humble feature request for it.

On line 645: ```python return cast(tuple[str, ...], obj.get_rule(self.name, ())) ``` the call to `cast` raises a `TypeError` on python 3.8 and lower. Bumping to python 3.9 removes the error. Raising...

This means that by default, setting the height and width of a widget using CSS doesn't work (since the default layout is dock). The dock layout should just defined *where*...

bug

Hi @willmcgugan. I'd like to open this issue a s a means of tracking one of the backlog items. Maybe there are more people interested in this feature. After days...

As a user, I'm excited by the features promised for the the future of Textual. I have a project that would benefit from a UI I'd like to implement with...

Hoping to create a widget that I can modify the refresh speed, after it is mounted. I looked through the source and the documentation, wondering if might already be possible?

Hey Will and the Textual team! I want to use textual to write a continuously updating dashboard (something similar to htop for example). Perhaps you can you give me some...

edit: I wasn't aware of how that `Reactive` descriptor works. Now, I am familiar with how it works. I think it is worth allowing programmers to have control over the...