Computer Programing is Fun Code
Brought to you by:
davidhandy
File | Date | Author | Commit |
---|---|---|---|
cpif | 2025-03-08 |
![]() |
[397c06] More Python compatibility upgrades |
tests | 2021-10-09 |
![]() |
[5d29d7] music.py: Fixed bug, wrote more tests |
.hgignore | 2025-03-08 |
![]() |
[397c06] More Python compatibility upgrades |
LICENSE.txt | 2016-02-27 |
![]() |
[c0ac96] Added setuptools-based setup.py file |
MANIFEST.in | 2016-02-27 |
![]() |
[c0ac96] Added setuptools-based setup.py file |
README.txt | 2016-02-26 |
![]() |
[4facf8] Use python3 command in example |
setup.py | 2025-03-08 |
![]() |
[397c06] More Python compatibility upgrades |
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.