User Interfaces

Cards (5)

  • In Python you don't just have to use a text display ; you can use a GUI
  • GUIs make programs that look professional
  • A GUI stands for a Graphical User Interface
  • Python has a built in GUI named tkinter
  • You can add images, labels, buttons and data entry boxes to develop interactive programs