Ian Neill · @ilneill
58 followers · 638 posts · Server mastodon.ie

Spent years writing a script. Its wonderful, does everything everyone wants, but as it was only, it never got much traction. So, I have spent a week learning and slapping a pretty interface on it... and even though I had to "trim" a few features to unclutter it, now everybody is interested.

For most people, less really is more with a GUI.

Anyway, I really can recommend for quick, easy and functional front ends!

#python #cli #PySimpleGUI

Last updated 2 years ago

David R. Feinberg · @davidrfeinberg
96 followers · 89 posts · Server mastodon.social

I've begun a complete rewrite of the VoiceLab backend. It's enough hacking. Time to start from scratch. I won't change the measurements or anything... Just the GUI and the data pipeline to accommodate multiprocessing, and in doing so, I'll tidy up the codebase.

While I'm developing (will likely take many months), have a look at my latest release:
github.com/Voice-Lab/VoiceLab

#Praat #acousticanalysis #voicesauce #python #PySimpleGUI #voiceanalysis

Last updated 2 years ago

Jörg Kantel · @kantel
453 followers · 3323 posts · Server mastodon.social

Tutorial: PySimpleGUI und die Matplotlib

Nach dem gestrigen Beitrag hatte ich Blut geleckt und wollte es genau wissen. Kann man wirklich die Matplotlib so einfach mit PySimpleGUI verkuppeln, wie das auch mit Tkinter möglich war? Spoiler: Man kann! blog.schockwellenreiter.de/202

#python #PySimpleGUI #matplotlib

Last updated 2 years ago

Alexandre B A Villares · @villares
219 followers · 216 posts · Server mastodon.social

is so cool… now I added an image preview!

A very useful thing is to be able to convert other image formats to "PNG bytes" using this helper: gist.github.com/villares/b9749
(note that I'm also retrieving the image metadata because... reasons... I sometimes save code there)

#PySimpleGUI

Last updated 2 years ago

Alexandre B A Villares · @villares
196 followers · 191 posts · Server mastodon.social

Using + is really a pleasure. Today I added a "ComboBox" and set a monospaced to the simple GUI I had added to my helper script.
Adding some padding with `sg.set_options(element_padding=(10, 10))` worked great too.

#python #PySimpleGUI

Last updated 2 years ago