Myths about teaching can hold you back
Learn why
These resources will be removed by the end of the Spring Term 2026.
Start using our brand new teaching resources now. Designed by teachers and subject experts, with real classrooms in mind.
The older resources below were created for lockdown learning during the pandemic and are not designed for classroom teaching.
Lesson details
Key learning points
- In this lesson, we will learn how to create a program that uses a Guizero, which is a third party module that enables us to use Python code to create windows, buttons and more. We will also learn that GUI stands for Graphical User Interface.
Licence
This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.
Loading...
4 Questions
Q1.guizero is an example of which of the following
guizero is an example of which of the following
An event driven program
Procedural library
Standard Python module
Q2.Which of the following is not a third party module that includes functionality to create a GUI?
Which of the following is not a third party module that includes functionality to create a GUI?
guizero
pygame
tkinter
Q3.What type of widget is at position A in the following image?
What type of widget is at position A in the following image?

CheckBox
ListBox
PushButton
Q4.What type of widget is at position B in the following image?
What type of widget is at position B in the following image?

ButtonGroup
CheckBox
ListBox