Computer Programming is Fun! (CPIF)
===================================
This Python software package (cpif) contains modules for use by beginning and
experienced programmers to create interactive graphics, animation, sound
effects, and more. It requires Python 3.4 or later.
This software goes with my beginning programming textbook "Computer
Programming is Fun!" (2cnd Edition): http://handysoftware.com/cpif
This software is free for you to download, modify, and include in your own
programs, under the terms specified in the accompanying LICENSE.txt file.
(The book, however, is licensed differently and is sold like most books.)
This software comes with NO WARRANTY! Use at your own risk. See the
LICENSE.txt file for details.
Automated Self-Test
-------------------
From a command-line run this command::
python3 -m cpif.graphics
The test will run for a couple of minutes and pop up several windows. If the
command finishes without printing anything, then the tests all passed.