5
votes
3answers
4k views

Which Python GUI library is easiest to use? [closed]

Among the GUI libraries for Python, which is more easier to work with: PyQt4, wxPython or any other? I just wrote few lines of PyQt4 code, it seems things are not that easy with Qt. Are there any ...