DEV Community

grahamusai
grahamusai

Posted on

Need help with Python

Hi guys i need your help, Which is the easiest way to make a front-end for python
i have heard of flask but i'm not looking for something web based.
please help!!

Top comments (4)

Collapse
 
jslvtr profile image
Jose Salvatierra

Hey! Tkinter is probably going to be the easiest way, depending on the complexity of your application.

The core parts of creating a window and adding widgets to it are fairly straightforward.

The documentation though is a bit lacking.

Collapse
 
grahamusai profile image
grahamusai

thank you so much

Collapse
 
aaditpant01 profile image
Aadit Pant

Tkinter,Qlint

Collapse
 
yokotobe profile image
yokotobe • Edited

How about Qt for python
doc.qt.io/qtforpython/

basic sample on Wikipedia 

en.wikipedia.org/wiki/PyQt