AskUbuntu · @askubuntu
229 followers · 1795 posts · Server ubuntu.social

pip install wxPython gets the cores at 95 C

askubuntu.com/q/1484236/612

#compiling #pip #wxpython

Last updated 1 year ago

manuelcaeiro ☕ · @manuelcaeiro
100 followers · 3948 posts · Server mastodon.social

Are you a ? Do you need a ?
Have you checked the new ? 😉

wxpython.org/

#python #programmer #crossplatform #gui #app #wxpython

Last updated 2 years ago

Matt · @psychxr
299 followers · 948 posts · Server fosstodon.org

Throwing every optimization I have at this UI code. Avoided using threading by memoizing everything I can. Buttery smooth now.

#python #wxpython #programming #optimization

Last updated 2 years ago

Matt · @psychxr
298 followers · 933 posts · Server fosstodon.org

Finally figured out `wx.GrabBagSizer` after all these years. Probably the most useful of all the sizer classes wxPython provides.

#python #ui #wxpython #programming

Last updated 2 years ago

Michael Doise · @mikedoise
218 followers · 721 posts · Server techopolis.social

Everyone knows I love doing cool stuff with , and last night I built a gui for the transcription library and put it on GitHub. I have a lot to do on it, but it is really neat. Check it out. github.com/mikedoise/whisperui

#code #wxpython #whisperai

Last updated 2 years ago

Photor · @Photor
394 followers · 2377 posts · Server social.tchncs.de

Frage an die Pythoneers hier: was nutzt man, um seine -Programme mit einer auszustatten?

Hatte mich vor 1 o. 2 Jahren fĂŒr entschieden. Jetzt hat 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

Last updated 3 years ago

Suryavarman · @Suryavarman
16 followers · 141 posts · Server mamot.fr

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 qui var ĂȘtre converti en wx.Colour em .

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

#cpp #python #wxpython

Last updated 4 years ago