how and where can i write a visiual program with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how and where can i write a visiual program with python?

suppose that i want to make a caculator same as windows'. i am looking forward to your reply.

26th Jun 2016, 8:03 AM
Reza
Reza - avatar
3 Answers
+ 3
There are many GUI frameworks for Python: - Tkinter is part of the Python standard library. It's not very advanced and the GUIs can often look outdated, but it's relatively simple to use. - wxPython is a very advanced Python GUI library. It has a steep learning curve, but it's very flexible. There are a few WYSIWYG editors/designers for wxPython GUIs. - PyQt is a lot like wxPython, albeit easier to use. It, too, has WYSIWYG tools available. - Kivy is a GUI module that can even be used to create Android applications. Additionally, it's not too difficult to learn. You could also use PyGame to create graphical user interfaces.
26th Jun 2016, 9:06 AM
Lari Liuhamo
Lari Liuhamo - avatar
+ 1
Try tkinter.. It's working fine with Linux and Windows... I doesn't have Mac to test the code
26th Jun 2016, 7:02 PM
Rahul
0
@lari Liuhamo thank you so much my system is mac os and now i am using anaconda program (jupyter notebook) for testing my code , it is so lovely , but i cant make a visual program i will use your guide dear ❤❤❤
26th Jun 2016, 9:15 AM
Reza
Reza - avatar