himanshu-sharma21 / github-slideshow

A robot powered training repository :robot:
https://lab.github.com/githubtraining/introduction-to-github
MIT License
0 stars 2 forks source link

Tkinter #2

Open himanshu-sharma21 opened 4 years ago

himanshu-sharma21 commented 4 years ago

What is Tkinter in python?

lucsaito commented 3 years ago

Tkinter is a python module used to create user interface applications(GUIs)

AnmolVirdi commented 3 years ago

Tkinter is an in-built python library that is used to create the GUIs( Graphical User interface). Basically, it's like the front-end of the software/project. Tkinter will allow you to manage what you actually want to see(The buttons, window size, color, etc) when you'll run your own apps on the system.