pygame window system
Project description
Pygwin
Pygwin (pygame window system) provides a set of classes to program very basic window interfaces with pygame.
pygwin is hosted on gitlab: https://gitlab.com/qouify/pygwin/
License
Pygwin is published under the term of GPLv3.
Installation
Install latest pygwin release with pip:
pip3 install pygwin
or to get the development version:
git clone https://gitlab.com/qouify/pygwin/
cd pygwin
python setup.py install --user
Testing
To see the some of the features provided by the module:
from pygwin.test import test
test.go()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygwin-0.3.0.tar.gz
(317.9 kB
view hashes)
Built Distribution
pygwin-0.3.0-py3-none-any.whl
(357.4 kB
view hashes)