+ 1
Can i use libraries like Tkinter?
are there any other kinds of librarues?
2 ответов
+ 1
Just try to import it and you will see :)
0
for python 2, pygtk, wxpython, pyside, pyqt.
for python 3, py-giobject, project-Phoenix, pyqt.
read about them and consider based on license you prefer, community, target platform and packaging support if needed.
there are other library not listed, I only add some that I interested.
I choose py giobject, because I develop for linux, and Gtk already available in most linux os. py gobject can be install in windows if I want to make for windows. cx-freeze support for packaging to executable(both linux and windows exe),permissive open source license - LGPL. Gui can be design using glade, this is extra advantage.