Programming with Python

  1. Home
  2. Docs
  3. Programming with Python
  4. GUI programming in python

GUI programming in python

GUI programming is also known as Graphical User interface programming in python.

Python has a lot of GUI frameworks, but Tkinter is the only framework that’s built into the Python standard library.

GUI is nothing but a desktop app that provides you with an interface that helps you to interact with the computers and enriches your experience of giving a command (command-line input) to your code.

Articles

Was this article helpful to you? Yes No

How can we help?