eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

196
active users

#freesimplegui

0 posts0 participants0 posts today
Alexandre B A Villares 🐍<p>I have this very simple <a href="https://ciberlandia.pt/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> script that uses <a href="https://ciberlandia.pt/tags/imageio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>imageio</span></a> to convert all PNG files on a folder into a <a href="https://ciberlandia.pt/tags/GIFAnimation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GIFAnimation</span></a>, and this is a <a href="https://ciberlandia.pt/tags/FreeSimpleGUI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeSimpleGUI</span></a> version of it (I usually run a command line version). </p><p>As I usually run <a href="https://ciberlandia.pt/tags/gifsicle" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gifsicle</span></a> on the command line after creating a GIF, I decided to update it to add <a href="https://ciberlandia.pt/tags/pygifsicle" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pygifsicle</span></a> to do it for me and save a step.</p><p><a href="https://github.com/villares/sketch-a-day/blob/main/admin_scripts/make-gif.py" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/villares/sketch-a-d</span><span class="invisible">ay/blob/main/admin_scripts/make-gif.py</span></a></p>
Alexandre B A Villares 🐍<p>Did anyone here have trouble with <a href="https://ciberlandia.pt/tags/uv" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uv</span></a> using a <a href="https://ciberlandia.pt/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> build that breaks interactive <a href="https://ciberlandia.pt/tags/matplotlib" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>matplotlib</span></a> and/or <a href="https://ciberlandia.pt/tags/tkinter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tkinter</span></a>? I think it might be breaking <a href="https://ciberlandia.pt/tags/FreeSimpleGUI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeSimpleGUI</span></a> too :( </p><p><a href="https://github.com/astral-sh/uv/issues/6893" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/astral-sh/uv/issues</span><span class="invisible">/6893</span></a></p><p>Update: Also <a href="https://github.com/astral-sh/python-build-standalone/issues/146" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/astral-sh/python-bu</span><span class="invisible">ild-standalone/issues/146</span></a></p>
Alexandre B A Villares 🐍<p>Today I managed to cobble up a <a href="https://ciberlandia.pt/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> script to remove your name from <a href="https://ciberlandia.pt/tags/PDF" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PDF</span></a> annotations using <a href="https://ciberlandia.pt/tags/PyMuPDF" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PyMuPDF</span></a> and <a href="https://ciberlandia.pt/tags/FreeSimpleGUI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeSimpleGUI</span></a>, then I tried <a href="https://ciberlandia.pt/tags/pyinstaller" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pyinstaller</span></a> and I have something that seems to run on Linux... so many steps!!!</p><p>It never ceases to amaze me how hard it its to provide software for other people to run! </p><p>If you think it could be useful to you or someone, I AGPL licensed it here: </p><p><a href="https://github.com/villares/anonymize-pdf-annotations" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/villares/anonymize-</span><span class="invisible">pdf-annotations</span></a></p><p>UPDATE: <span class="h-card" translate="no"><a href="https://social.coletivos.org/@Introscopia" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Introscopia</span></a></span> built a Windows.exe version for me also using pyinstaller, yay!</p>