Download Latest Version cpif-2.0.0a4.tar.gz (42.2 kB)
Email in envelope

Get an email when there's a new version of Computer Programing is Fun

Home
Name Modified Size InfoDownloads / Week
cpif-2.0.0a4.tar.gz 2025-03-08 42.2 kB
README.txt 2019-08-22 1.0 kB
Totals: 2 Items   43.2 kB 0
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.
Source: README.txt, updated 2019-08-22