+ 3

Can we make GUI with python ? If yes pleaae tell me how , i am absolute beginner at python.

If yes , please send me a link of sample code for it.

29th Mar 2019, 2:57 AM
Aryan Bharadwaj
Aryan Bharadwaj - avatar
2 odpowiedzi
+ 13
There are many python libraries out there which helps you to create GUI. Among them, tkinter is kinda easier and hence recommend for beginners but on the other hand it's not what you'd wanted in any modern application 'cause of its windows98 like look and feel. I prefer working with kivy, another much advanced and better, GUI tool of Python. But as you said, you're an absolute beginner with Python, I'd recommend you to first get yourself comfortable with the basics and then you must learn object oriented stuffs, classes objects, inheritance, overriding and all other oop stuffs to work with GUI. I'm still working with kivy and hence have created few more things but not all of them are on github. Here's a link of my work with GUI, I created while I was learning Kivy during my vacation. https://github.com/shashi278/Kivy-random-desktop-app
29th Mar 2019, 4:01 AM
Шащи Ранжан
Шащи Ранжан - avatar
+ 14
Yes, you can make GUI with Python. You can use Tkinter library for that Check out more about that here: https://www.tutorialspoint.com/python/python_gui_programming.htm
29th Mar 2019, 3:38 AM
Letsintegreat
Letsintegreat - avatar