pygamehelper
Developed by Asher Thomas Abraham
Uses of pygame helper
helps you to show text on the pygame window easily.
helps you to scale images on the pygame window easily
helps you to rotate images in the pygame window easily
how to scale images with pygame helper
#example
YOUR_IMAGE_NAME = scale_image(pygame.image.load("YOUR_IMAGE_PATH"), TYPE_THE_NUMBER_HERE_TO_SCALE)
how to rotate images with pygame helper
#example
blit_rotate_center(win, self.img, (self.x, self.y), self.angle)
how to show text with pygame helper
#example
blit_text_center(WIN, MAIN_FONT, "THE_TEXT")
Credits
Developed by Asher Thomas
Special thanks to Tim Ruscica
Release files for pygamehelper 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pygamehelper-0.0.1.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pygamehelper-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.9 kB
Release files / pygamehelper-0.0.1.tar.gz
| Download URL | pygamehelper-0.0.1.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
65204c00cfe9349812e72cfebd544e3ddf0852c41bf2585f1317d0253d54b6f7
|
|
BLAKE2b-256 checksum How to use checksums |
139d8078c04fa841156eed7bfe019ba2fe3758e5625c54339f139e676b3f1f8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/3.10.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12
|
Release files / pygamehelper-0.0.1-py3-none-any.whl
| Download URL | pygamehelper-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c69b149f59bf3af3b6349842cdc9589af32b3211d705fc416a2e792a95a0b36d
|
|
BLAKE2b-256 checksum How to use checksums |
d1d7ee02be7194e973d3f2ee5d5259ea59e442ca8e6a6fe971a7a2d3b9909ef4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/3.10.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12
|