Hacker News new | ask | show | jobs
by Timothycquinn 1031 days ago
This looks great. I just finished an internal devops and change control app using unicurses and python and although it works, it will not scale well. Initially, I tried doing TK and QT but they both have their quirks with initial installation. My experience with QT is that its works well but useful documentation is sparse.

I'll definitely be giving textual a try as it fits my requirement space perfectly.