greeve / make-art-with-python-code

Python 3 code for my book, Make Art with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Art with Python Code

Chapter 6 Program

This repository holds all the Python 3 code for my book, Make Art with Python.

Requirements

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.

Getting Help

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.

About

Python 3 code for my book, Make Art with Python


Languages

Language:Python 100.0%