A library for manipulating modded cell machine level codes.
Project description
This library is currently in beta and can have major API changes
Cell Machine Levels
A library for manipulating modded cell machine level codes.
To install do:
pip3 install cell_machine_levels
Or just pip on some OSes
Level class
Currently supports the main 3 types (V1, V2, V3), support is going to be added for more than just these
Level creation example:
from cell_machine_levels import level
test = level.Level(10, 10, "test", level.WallEffect.wrap)
print(test.save("V3"))
Level importing example:
from cell_machine_levels import level
test = level.open("V3;a;a;;;test;2")
print(f"{test.name}: {test.size}, {test.wall_effect}")
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 cell_machine_levels-0.7.1.tar.gz.
File metadata
- Download URL: cell_machine_levels-0.7.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe6d0ae7531bc1fbbb3d92597e02d2d5551fd1c4a45c81434ee29243fde20f04
|
|
| MD5 |
0920b90dba134377b712078ce97bdcad
|
|
| BLAKE2b-256 |
bf60aab338ec5395a9aca6d8992ce83999c0cb784819478a62be3707d208df93
|
File details
Details for the file cell_machine_levels-0.7.1-py3-none-any.whl.
File metadata
- Download URL: cell_machine_levels-0.7.1-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cc4b6d9db363fe2a79e4aa2a160cce4557dfd941ca113cd14a85f02724ce8ac
|
|
| MD5 |
24621be8e0fc1d3aa428eb0cf33d4a7c
|
|
| BLAKE2b-256 |
781e66c6f803d673cd926cc8aa266116f81e85df5b5843c44cef3ceb48f87a29
|