#textualize — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #textualize, aggregated by home.social.
-
-
New blog entry with a write up on a #textualize app I built to display weather and environmental data on a #raspberryPi with a 7in screen. Still working on the UI, but it's meeting the need!
This displays the current local weather in the upper left corner followed by more squares that collect data around my property using pi zeros and sensors. More in the writeup!
https://blog.meadowhawk.xyz/a-weather-console-app-with-textual.html
For ref: @textualize
#python #diy #maker -
Just invested three hours in learning that "allow mouse reporting" is somehow optional in MacOSX Terminal.
Now that's it's enabled, I find things probably had been working for a long time.
-
If #Textualize had a spirt animal. What species would it be?
-
This is interesting. I assumed (without checking) that github is basically there to discuss the development (and bugs) of #textualize itself but not as a channel for questions on how to use it.
-
❓ Has anyone built a #Mastodon app using #Textualize, by any chance? I would #geekout if such a thing exists!
I don't suppose you know of anything @willmcgugan ?
-
My first post to the #Textualize devlog blog, in which I talk about what I found during our first week of dogfooding #Textual, using it to write a couple of #Python apps for the terminal.
-
@hugovk @willmcgugan Yes, I already tried #Toot and that's exactly why #Textualize came to mind 😅
-
Hi @willmcgugan has anyone already thought about building a #client for #mastodon with #textualize ? 💡
I'm just asking. 😄 -
Python #Textual #Textualize is really cool. I love how extremely cross-platform it is (#Linux, #MacOS, #Windows, #ssh, ...). But the docs seem to be *very* insufficient and the ones you find seem to be outdated and don't work anymore (async all over the place, App() not initialized, etc...).
I am stuck on simple things like how to center a button 🤦