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.
1 Réponse
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.