-1

I have tried using Tkinter but it is not so easy to create Attractive GUI application.Is there an application or online website where I can use Drag and Drop approach to create GUI Interface in python.or some other easy way Also reply with some Intutive references or tutorial if possible.

amitnair92
  • 487
  • 7
  • 20

1 Answers1

0

Pyqt seems like a good option here. It's a cross platform GUI framework that comes with qt designer, an applicatiom that let's you build GUIs by dragging and dropping widgets on a canvas.

Here's a basic tutorial you can follow. There's also a series of videos included with imformation on how to download and install pyqt

VlassisFo
  • 650
  • 1
  • 8
  • 26