Show HN: Textual – An async-powered terminal application framework for Python(github.com)
github.com
Show HN: Textual – An async-powered terminal application framework for Python
https://github.com/willmcgugan/textual/blob/main/README.md
13 comments
I'm a big fan of Rich [1], thank you Will for creating it! Very impressive to see how much it evolved over the last year.
[1] https://github.com/willmcgugan/rich
[1] https://github.com/willmcgugan/rich
Cheers!
Is it inspired by aiohttp or which web framework do you plan on using as inspiration for textual
Definitely one of the coolest things I've ever seen. I really hope it it going to mature and prosper.
Fingers crossed!
Really cool. Thx!
It's still in active development, but it has reached a point where you can play with it. The most recent release adds a tree control which you can use to navigate a directory and pick files.
My hope is that a Textual UI will be at-least as easy to write as a command line interface, and projects will grow a --tui switch to launch an interactive app.
There's already an app using Textual: [wtpython](https://github.com/what-the-python/wtpython)