Pygame Function Book
Project description
Pygame Function Book
pygame be used easier
1.下载 download
pip install pgbook
2.最简单的程序 easiest program
1.esay
from pgbook.screen.window import Window
mywindow = Window()
#窗口对象
mywindow.show()
#展示
'''
这段代码生成了一个空白窗口
'''
2.window
from pgbook.screen.window import Window
mywindow = Window()
#窗口对象
mywindow.set_name('Hello World')
#set_name:用于修改
mywindow.show()
#展示
'''
这段代码生成了一个窗口,大小为屏幕大小的0.618倍
'''
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
pgbook-0.1.15.tar.gz
(6.0 MB
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
File details
Details for the file pgbook-0.1.15.tar.gz.
File metadata
- Download URL: pgbook-0.1.15.tar.gz
- Upload date:
- Size: 6.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.10 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46542fd3699bd66d7a7307faf192dc095bace07f740b8e30af12cb73ebbc9f0a
|
|
| MD5 |
83d917256fb232d57945d246c3615679
|
|
| BLAKE2b-256 |
394a639c9b8f942785ae0c34afee5d89c8dfe19e980fc004a0c2a25d115cdac3
|
File details
Details for the file pgbook-0.1.15-py3-none-any.whl.
File metadata
- Download URL: pgbook-0.1.15-py3-none-any.whl
- Upload date:
- Size: 6.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.8.10 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e2fcb4c5365afac99ac469799dda7a2da2d59ef5ef9e878d21eb7c21885d610
|
|
| MD5 |
f489de981cc206cc5ccf6c7e101afa2e
|
|
| BLAKE2b-256 |
18e3178d88e30a7f867bb9955079f482b199b366ccd422d32f8bf573e50b7b9e
|