How can we make forms in Python?

Hi, I want to know How can we make forms in Python

Hi Jhon,

for simple Forms I would recommend Tkinter. If you want to have some more advanced stuff involved, alike drag-and-drop, you might need a more advanced GUI library alike Qt, Kivy, wxWidgets or alike. Does that answer your question?

Cheers, Dominik