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

  1. 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

An event driven program
Procedural library
Standard Python module
Correct answer: Third party module

Q2.
Which of the following is not a third party module that includes functionality to create a GUI?

Correct answer: gpiozero
guizero
pygame
tkinter

Q3.
What type of widget is at position A in the following image?

An image in a quiz
Correct answer: ButtonGroup
CheckBox
ListBox
PushButton

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

An image in a quiz
ButtonGroup
CheckBox
ListBox
Correct answer: PushButton