Have you tried showing #SVG with #PySimpleGUI? I managed something with #PYthon #cairosvg: https://gist.github.com/villares/c5d097b8a8c6178284ae0a6adfd3e7e5
#svg #pysimplegui #python #cairosvg
Tomorrow or maybe during the week I should read this tutorial mixing #Python #PyAudio and #PySimpleGUI ... https://k3no.medium.com/integrating-pyaudio-pysimplegui-5fa342b1e113
@jbigham @clatulip yeah, I see your point. Looks like their message is "interfaces are hard and you are just getting started"
As I mostly teach creative coding I like to show how to build some rudimentary GUI elements...
Also, I must try showing #PySimpleGUI in class some day...
@tshirtman #Kivy is amazing! I hope I can do something with Kivy at some point.
For very small stuff I'm using #PySimpleGUI :)
There is a #PySimpleGUI example that shows us how to make an image viewer/browser with very few lines of code. I have adapted the example to show PNG metadata, because I find it very useful in my #CreativeCoding practice to be able to generate snapshots that include the source code in the image: https://github.com/villares/sketch-a-day/blob/main/admin_scripts/image_meta_viewer.py
Now I'd like to make a new version that can show thumbnails from a bunch of nested folders... let's see it could be a weekend project...
A #PySimpleGUI example using #Python #OpenCV for an "ASCII camera capture" I tweaked a bit: code at https://gist.github.com/villares/76313507fca73ffed72ec08220e78278#file-ascii_camera-py-L13