DEV Community

Discussion on: Need help with Python

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