This repository holds all the Python 3 code for my book, Make Art with Python.
You can get a copy from Amazon here.
In order to run these programs, you'll need to have Python3 and Pygame installed on your computer.
It's also easiest to run these programs from Python within a terminal or shell. I'll put up a video showing how to install Python and Pygame in Linux, MacOS, and Windows soon.
From there, you simply change into the chapter's directory, and python3 thefile.py
to run the program.
Feel free to create an Issue (click the Issue tab up top) if something's broken for you. Alternatively, if you see something broken and know how to fix it, open a Pull Request. It's also up top.