A library for creating GUI-applications on pygame.
Project description
Pygwin2
A library for creating GUI-applications on pygame.
Usage
Here is a small example of usage (pygame style):
import pygwin
win = pygwin.create('Title',(500,500))
run = True
while run:
for event in pygwin.getEvents():
if event.type == pygwin.QUIT:
run = False
win.update()
pygwin.close()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygwin2-2.0.0.tar.gz
(16.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pygwin2-2.0.0-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file pygwin2-2.0.0.tar.gz.
File metadata
- Download URL: pygwin2-2.0.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ead12618bcfbd4eb5b4c33b6e2a66174a2a5d36af395549a94ddce6f2206732
|
|
| MD5 |
884556a1cb255406dd4390a6a1322aaf
|
|
| BLAKE2b-256 |
c719563ba43cfa0a0a36057e1c1ad5ccfad70163762ce222667f5d103bd4c76b
|
File details
Details for the file pygwin2-2.0.0-py3-none-any.whl.
File metadata
- Download URL: pygwin2-2.0.0-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6608c873bd172294b832d8cadfe12e1eedf775e99605292ee81aa949fbf86f26
|
|
| MD5 |
91322e65dd501d53f43ee124850a51f2
|
|
| BLAKE2b-256 |
275740e6ac6ad23622ea19e57a34709431ea19d13ae7793493d97b0d9fa75ce7
|