home.social

#freesimplegui β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #freesimplegui, aggregated by home.social.

  1. I have this very simple #Python script that uses #imageio to convert all PNG files on a folder into a #GIFAnimation, and this is a #FreeSimpleGUI version of it (I usually run a command line version).

    As I usually run #gifsicle on the command line after creating a GIF, I decided to update it to add #pygifsicle to do it for me and save a step.

    github.com/villares/sketch-a-d

  2. Today I managed to cobble up a #Python script to remove your name from #PDF annotations using #PyMuPDF and #FreeSimpleGUI, then I tried #pyinstaller and I have something that seems to run on Linux... so many steps!!!

    It never ceases to amaze me how hard it its to provide software for other people to run!

    If you think it could be useful to you or someone, I AGPL licensed it here:

    github.com/villares/anonymize-

    UPDATE: @Introscopia built a Windows.exe version for me also using pyinstaller, yay!