Pysoda,Pygame Zero Plus
Project description
Pysoda
Pysoda is extend of Pygame Zero.
Feature
Easy as Pygame Zero
Full Screen Mode => fullscreen() , window()
Mouse Cursor On/Off => mouse_on(),mouse_off()
Raad Map
Scroll & Tiled support
2D Physic
Image Processing (OpenCV)
AI (Tensorflow)
Installation
pip install pysoda
Change from Pygame Zero
import pgzrun => from pysoda import *
pgzrun.go() => run()
Some examples
from pysoda import * WIDTH = 300 HEIGHT = 300 def draw(): fullscreen() screen.fill((128, 0, 0)) run()
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pysoda-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pysoda-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b53e0556e4d20d30efc00021b16a47993f54b0d0e30a0764034714c6b552b72 |
|
MD5 | 64681ee480020a0c6a7f5d349438e585 |
|
BLAKE2b-256 | 51312266f2795688db318514e96536a1f542b936eb99f5fa8f5c4cb3479a6f52 |