What does HackerNews think of rich?
Rich is a Python library for rich text and beautiful formatting in the terminal.
[1] https://datascienceatthecommandline.com/2e/chapter-4-creatin...
From my perspective, I've used Rich in one of the very few contexts that practically matter (a terminal on macOS) and had a good experience. Will M. has been developing it in the open for a couple of years now and it's nearing critical mass in some parts of the Python ecosystem. If it was a diaper turned into a Molotov cocktail, it simply wouldn't the adoption it has so far. It probably runs fine on the three major operating systems of today, which is pretty much what a TUI needs to do. I have no idea if it runs smoothly on a Commodore 64 and to be honest I don't really care.
> Perhaps you'll be able to point me to what I missed.
You could have a look at Rich itself, which is what Textualize uses: https://github.com/Textualize/rich. I don't build UIs but the number of files/LOC gives me a bit more confidence that my personal experience wasn't a fluke.
> If this were a pure open source project,
What's a "pure" open source project in your view? You can review the licenses of the projects yourself and determine if MIT is "pure" open source, or see what the company says about their plans with the project: https://www.textualize.io/what-we-do
> Rich, Textual, and many of our future projects will continue to be built in public, with an Open-source license.
However, its not low/no-code.
https://github.com/Textualize/textual https://github.com/Textualize/rich
The alternative might be to use rich package (https://github.com/Textualize/rich) but I don't have a tutorial yet.