Hacker News new | ask | show | jobs
by arocks 5073 days ago
After comparing a lot of cross-platform GUI toolkits in Python, I too settled on wxPython because it gives the closest possible 'native' experience on each platform. It also worked well with Py2EXE and other packaging tools. Would highly recommend that you give it a try.