Are you a #Python #programmer ? Do you need a #crossplatform #GUI #app ?
Have you checked the new #wxPython ? đ
#python #programmer #crossplatform #gui #app #wxpython
Throwing every optimization I have at this UI code. Avoided using threading by memoizing everything I can. Buttery smooth now.
#python #wxpython #programming #optimization
Finally figured out `wx.GrabBagSizer` after all these years. Probably the most useful of all the sizer classes wxPython provides.
#python #ui #wxpython #programming
Everyone knows I love doing cool stuff with #code, and last night I built a #wxPython gui for the #whisperAI transcription library and put it on GitHub. I have a lot to do on it, but it is really neat. Check it out. https://github.com/mikedoise/whisperui
Frage an die Pythoneers hier: was nutzt man, um seine #Python-Programme mit einer #GUI auszustatten?
Hatte mich vor 1 o. 2 Jahren fĂŒr #wxPython entschieden. Jetzt hat #ArchLinux Python auf 3.10 ge-update-t. Und prompt bekomme ich beim Testlauf Fehlermeldungen (weil wohl wxPython noch nicht vollstĂ€ndig mit hoch gezogen wurde).
Doof. Muss man tatsĂ€chlich auf TKinter zurĂŒck greifen? Oder gibt es was hĂŒbscheres (das aber auch Zukunft hat)?
#archlinux #wxpython #gui #python
Enfin j'ai résolu la création d'une wx.colour à partir d'une wxColour.
C'est la fonction wxColourVar.Get() qui renvoie une wxColour en #cpp qui var ĂȘtre converti en wx.Colour em #python.
Pour avoir la solutino il suffisait de tomber sur l'implémentation de
L'implémentation de PyObject* i_wxVariant_out_helper(const wxVariant& value)
de #wxpython