This seems great. I do not have a clue as to what are the best ways to get a modern Python GUI app running, but I can absolutely slam together a Django application to make a web form. Hugely lower barrier to entry than trying to tackle Electron.<p>Is it efficient or web scale? Probably not, but I will definitely consider this rather than say Gooey.
I'm getting the wrong hash when I download the file (I tried a couple times).<p>I'm running<p><pre><code> curl -O https://djngo.com/djngo.com
shasum -a 256 djngo.com
</code></pre>
and I get<p><pre><code> 6133a4f5c76af6ca6a2b2eba115783a78fc1721cd384539076884f640b801a26 djngo.com
</code></pre>
I'm on a M1 Mac. Am I missing something obvious?<p>I tried running it anyway (smart I know) and it failed with<p><pre><code> zsh: exec format error: ./djngo.com</code></pre>
Hmm, this has me thinking I could build a single-file executable with a self-contained database or that connects to the server. And with a little work I might be able to launch the system browser pointed at the Djngo. And with this I might have a simple web based replacement for all the Access utilities floating around here?<p>I know about Electron and Tauri and all that but this seems like an intriguing possibility to work on.