pygsear Code
Brought to you by:
zgrep
File | Date | Author | Commit |
---|---|---|---|
doc | 2019-04-04 |
![]() |
[5d5907] remove references to nongnu and ehsnet |
examples | 2019-04-04 |
![]() |
[b39ece] use integer division |
games | 2019-04-04 |
![]() |
[f529e2] add note about Twisted PB to tanks game |
pygsear | 2019-04-03 |
![]() |
[dacf65] update copyright dates |
.hgignore | 2019-04-03 |
![]() |
[9bc6fd] update ignore |
.hgtags | 2018-12-20 |
![]() |
[3c43fe] Added tag pygsear-0.54 for changeset 6fb34dd48a5c |
LICENSE | 2018-12-20 |
![]() |
[bc86c5] Convert to Python3 and move to bitbucket. |
MANIFEST.in | 2018-12-20 |
![]() |
[bc86c5] Convert to Python3 and move to bitbucket. |
PKG-INFO | 2019-04-04 |
![]() |
[5d5907] remove references to nongnu and ehsnet |
README | 2019-04-04 |
![]() |
[3f135f] org not com |
setup.cfg | 2018-12-20 |
![]() |
[bc86c5] Convert to Python3 and move to bitbucket. |
setup.py | 2019-04-04 |
![]() |
[5d5907] remove references to nongnu and ehsnet |
test.py | 2019-04-03 |
![]() |
[dacf65] update copyright dates |
pygsear makes getting started with pygame simpler. Home page: https://bitbucket.org/leeharr/pygsear/ Copyright: All of the code in this distribution is (C) Lee Harr. pygsear is made available under version 2 of the GNU General Public License. The included LICENSE file describes this in detail. Getting started: You can use this code without installing anything, but it will be easier to use once it is installed. To test before installing, try: ./test.py To use scripts in the examples/ directory without installing, add the base directory to your PYTHONPATH. Installation: *nix: If you are satisfied, and want to install the package files, do this command as root: python setup.py install Make sure you use the version of python which you use to run pygame programs. windows: Go in to the installers/ directory and double click on the file pygsear-*.win32.exe pygsear is tested with: Linux - Ubuntu 18.04 Python 3.6.7 Pygame 1.9.4