now learning tkinter. im using linux mint and found out that mintupdate is using python. reading the source here https://github.com/linuxmint/mintupdate/blob/master/usr/lib/linuxmint/mintUpdate/mintUpdate.py i cant seem to understand what gui they are using. is it GTK?
Hey, don't bother with Tkinter, use Qt designer with pyqt and that will save 85% of your time for neater design, Tkinter only takes u a step back to 90ies.
Three best tools for writing gui apps is: pyqt, pygtk, kivy. mintUpdate written on pygtk.
Обсуждают сегодня