Computer Science, asked by anjalishyam5558, 10 months ago

List out the procedure to create a gui using tkinter

Answers

Answered by Anonymous
1

Explanation:

Python provides various options for developing graphical user interfaces (GUIs).

...

Tkinter Programming

Import the Tkinter module.

Create the GUI application main window.

Add one or more of the above-mentioned widgets to the GUI application.

Enter the main event loop to take action against each event triggered by the user.

hope it's helps...dude...follow me

Answered by Anonymous
1

Explanation:

Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.

...

  • Tkinter Programming
  • Import the Tkinter module.
  • Create the GUI application main window.
  • Add one or more of the above-mentioned widgets to the GUI application.
  • Enter the main event loop to take action against each event triggered by the user.

  • plz follow me and thank my answers

Similar questions