AramEau python packages
Project description
AramEau - pyeau
SCPUP Description
Library for Super Crystal Pokebros Ultimate Party game. This library contains the SCPUP ABC and related python classes
This library is not meant to be used in other projects other than AramEau's SCPUP and maybe other games made by AramEau. So, if for any reason you decide to use this library, it is at your own risk. Sorry but the aim of this library is to acomplish a personal goal.
Install
python -m pip install -U scpup
Usage
Any exported member of any module within this package can be accessed from the root scope, for example:
from scpup import EauSprite
class SomeSprite(EauSprite): ...
# or
import scpup
class SomeSprite(scpup.EauSprite): ...
# or
from scpup import sprite
class SomeSprite(sprite.EauSprite): ...
# or
from scpup.sprite import EauSprite
class SomeSprite(EauSprite): ...
Note: Maybe this changes in the future so that not all modules are loaded when importing scpup, instead only the modules that will be used are loaded when importing them
Modules
The following modules are available within the scpup package:
- services
- Needed classes like EauDisplayService which handles all the display related stuff
- sprite
- Base sprite classes
- group
- Base group classes
- ctrl
- Game controllers classes and mappings
- loader
- Has functions for loading images, sounds, fonts, or whatever needs to be loaded
- view
- Base view classes
- player
- Utility module that helps handling players related stuff
- text
- Classes for text and text groups
For more information on a module listed above, see its documentation.
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
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 scpup-0.13.8.tar.gz.
File metadata
- Download URL: scpup-0.13.8.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab5f6424ae26871ff736c9bcff42c8fb6fdd3bb85f6e34ac4d350f1015be1703
|
|
| MD5 |
c0ab5346c2d0868746d86b13cef49014
|
|
| BLAKE2b-256 |
f7bd0febe0c829017dcd52d3c893df24bf0431e8ec3235fbe40608075da48f5d
|
File details
Details for the file scpup-0.13.8-py3-none-any.whl.
File metadata
- Download URL: scpup-0.13.8-py3-none-any.whl
- Upload date:
- Size: 31.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28c6f2b69ddedf007f41bcc19c95bdb881d416fc200afa39a4d00be81acb8521
|
|
| MD5 |
413322764a822a0ef5348d67167163d0
|
|
| BLAKE2b-256 |
edb62708b6c383470d35da8095f79d1f13da3729758b0afa1939432308586d18
|