CircuitPython is a subset of MicroPython, which is a subset of regular python. It is designed to let people run python on microcontrollers. A microcontroller is basically a small, low powered computer that can only run one (1) program (until you replace the 1 program with a new 1 program).
A PyBadge is a microcontroller that can run CircuitPython. It is fun because its has a screen and buttons that make it look like a GameBoy, well kind of!
You can use the web version of VSCode
if you are not using ChromeOS but on a Windows or Mac using the Chrome web browser, download it here
to monitor the serial output so that we do not have to look at the small screen, we will be using Serial Monitor
you can download it here
to make your own image sheet, follow this tutorial
on a Chromebook you can get Gimp like this
To make your own wav file, follow this tutorial