examples of uses of textual? #365
Replies: 6 comments 1 reply
-
It's not my project, but I think it's a rather usefull example: |
Beta Was this translation helpful? Give feedback.
-
Here's an interface I built for TPB: https://github.com/hdb/baywatch It's a search TUI that implements widget list refreshing, tab indexing, dynamic sidebars and a configuration editor - it makes use of a couple extensions folks have posted here already: textual inputs and scrollable widget lists |
Beta Was this translation helpful? Give feedback.
-
Here's my lame attempt at building a TUI around Pytest results (similar to what |
Beta Was this translation helpful? Give feedback.
-
I built an editor with Textual. |
Beta Was this translation helpful? Give feedback.
-
One project would be cool to see if any areas to take inspiration on is Go's TUI framework bubbletea on GitHub readme has some cool examples of tui's built with it and other component libraries https://github.com/charmbracelet/bubbletea |
Beta Was this translation helpful? Give feedback.
-
I spent the last week playing around with Textual and although it's not installable through PyPI yet, I made a TicTacToe interface: |
Beta Was this translation helpful? Give feedback.
-
I know still have some items to finish, but think could be cool that in addition to like links to other projects using textual (eg like a gallery)
anybody have any examples want to share on this thread (even if just for fun, poc ,etc) ?
For help of using textual, for just fun project, I was thinking would be cool to see how far can take in creating something similar to https://github.com/erroneousboat/slack-term/ which is terminal ui for slack. With textual and https://github.com/slackapi/python-slack-sdk seems like could quite cool (especially given the slack desktop app can take up quite a bit of memory and feel bit slow at times).
Beta Was this translation helpful? Give feedback.
All reactions