I want to make programs to windows with interface and I want to know what is the best, or the easier program to make gui with Python, not in text mode, but like kinda Delphi works...
What should I get?
I want to make programs to windows with interface and I want to know what is the best, or the easier program to make gui with Python, not in text mode, but like kinda Delphi works...
What should I get?
The best depends on what you are looking for exactly. I suggest to read up on this list and select one. It includes both the toolkits and the associated IDEs.
wxWidgets, Qt, and Tkinter are all great choices for example that I've used before.
Tkinter-a built-in module for GUIs. http://docs.python.org/library/tkinter.html
Any of this (especial wxPython) will give you nice Windows looking apps.