1
0
Fork
You've already forked GASP_Tkinter
0
forked from GASP/GASP_Code
Python 3 port of the Livewires Python Course module.
  • Python 85.9%
  • reStructuredText 14.1%
2020年07月23日 10:28:04 -04:00
gasp Add Caleb's Circle class with tests 2020年07月23日 10:24:06 -04:00
notes Fix issue #1 and make keyspressed work 2020年07月14日 14:02:55 -04:00
tests Add Caleb's Circle class with tests 2020年07月23日 10:24:06 -04:00
.gitignore Commit first 1/3 of Livewires port to Python 3 2020年07月12日 17:52:25 -04:00
AUTHORS.md Turn AUTHORS file to markdown 2020年07月23日 10:26:19 -04:00
LICENSE.txt Add LICENSE 2020年07月15日 17:32:25 -04:00
README.md Update README.md with graphics test instruction 2020年07月23日 10:28:04 -04:00

GASP (Graphics API for Students of Python)

This version of GASP is built on Tkinter graphics, and unlike the other versions, it was not written from scratch but was instead derived directly from the livewires library, and is thus released under the same free software license covering the original source:

https://github.com/livewires/python

This version has been ported to Python 3.

Like all versions it is designed to enable absolute beginners to write 1980's style arcade games as an introduction to python.

Homepage: https://codeberg.org/GASP/GASP_Tkinter

There is an excellent coursebook http://openbookproject.net/pybiblio/gasp/ which goes over learning to use GASP in your own applications.

TESTS

The tests directory contains tests for GASP. For API level functional tests, from inside the same directory where this README file is located, run:

$ python3 -m doctest tests/test_api.rst

To visually inspect the graphics redering, run:

$ python3 tests/test_graphics.py

LICENSE

This software is licensed under the GPL License found in this distribution.