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 pygwin2 as pgw
win = pgw.create('Title',(500,500))
run = True
while run:
for event in pgw.getEvents():
if event.type == pgw.QUIT:
run = False
win.update()
pgw.close()
Installation
The easiest way is to just use pip:
pip install pygwin2
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.1.tar.gz
(15.9 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.1-py3-none-any.whl
(24.4 kB
view details)
File details
Details for the file pygwin2-2.0.1.tar.gz.
File metadata
- Download URL: pygwin2-2.0.1.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6751e9ea1e32e6b0eed60047c8a39a18ed7a919e315889fea6a59636a505531a
|
|
| MD5 |
fe048b4db9cd31ea9064a6f105ecdbfd
|
|
| BLAKE2b-256 |
5a9c37ba109da84e6d6beb57d0e4884df747c1c52a8a93d2929f21beae0ba122
|
File details
Details for the file pygwin2-2.0.1-py3-none-any.whl.
File metadata
- Download URL: pygwin2-2.0.1-py3-none-any.whl
- Upload date:
- Size: 24.4 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 |
f1b586db8f2d16ce42068d96234e9c14ffb2f6e26ca2d81f64f179e30f9f0991
|
|
| MD5 |
b3f382b7c3a02bd9a46a2ed8320d93b6
|
|
| BLAKE2b-256 |
e5b7636e414dc8c573a9ff8903fd260bb0dfbdb59269e503c395c4406272859c
|