#textualize — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #textualize, aggregated by home.social.
-
I had a bunch of JSONL files with sensor readings and needed a quick way to check field cardinality and fill rates, filter records, and look up specific entries. Sure, I could have used Databricks, but where’s the fun in that? 😉
So I ended up building a TUI for viewing and filtering JSONL data, with some basic statistics included.
https://github.com/jsynowiec/tav
#textual #textualize #python #tui #jsonl #dataEngineering #timeSeries
-
I had a bunch of JSONL files with sensor readings and needed a quick way to check field cardinality and fill rates, filter records, and look up specific entries. Sure, I could have used Databricks, but where’s the fun in that? 😉
So I ended up building a TUI for viewing and filtering JSONL data, with some basic statistics included.
https://github.com/jsynowiec/tav
#textual #textualize #python #tui #jsonl #dataEngineering #timeSeries
-
-
-
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 -
New thing in the #inventree community: inventree-tui. This allows you to use your terminal to manipulate and search your stock.
It is very new and feedback is welcome https://github.com/j-huff/inventree-tui
#inventory #textualize #stockmanagment -
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.
-
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?
-
If #Textualize had a spirt animal. What species would it be?
-
I've been working on a #python #tui app that uses #textualize to interact with the raindrop.io API to save bookmarks, view them, and open bookmarks in the default browser. It has been a fun learning experience, and needs some more polish, but the basic parts work https://github.com/JoshuaOliphant/avocet
-
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.
-
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.
-
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.
-
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 😅
-
@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. 😄 -
Hi @willmcgugan has anyone already thought about building a #client for #mastodon with #textualize ? 💡
I'm just asking. 😄 -
❓ 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 ?
-
❓ 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 ?
-
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 🤦