I want to develop a simple GUI app with drag- drop kind of operation on UI.Can i achieve this kind of requirements using Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to develop a simple GUI app with drag- drop kind of operation on UI.Can i achieve this kind of requirements using Python?

I started learning Python and want to know how easy and how long it takes to develop informative applications. Please suggest which topics to read and get started on developing simple UI.

18th Jun 2017, 3:08 AM
Praveen Vanahalli
Praveen Vanahalli - avatar
1 Answer
0
Yes, you can develop GUI using Python. Just check Tkinter Python module that provides easy APIs to create GUI with Radio buttons, drag-drop & many other features in Python.
18th Jun 2017, 9:35 AM
Chunnibai Soni
Chunnibai Soni - avatar