Hello fellow python users, I bring forth a question that I have been wondering for a while. I love python, and have made many programs with it. Now what I want to do is (or know how to do) make a python program, but run it in a window with buttons that you click on instead of typing in numbers to elect things. I would like to just know weather or not I can do this, and if I can, please tell me where to go to learn how. Ok, it’s not for the iPhone, sorry that I wasn’t clear on that, and I didn’t realize that iPhone was one of the tags.
Share
Yes, you can make a program with a GUI in Python. See the Python docs:
Tkinter, wxWidgets, and Qt are a few of the most popular UI toolkits for Python.