Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cell_machine_levels-0.7.1.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

cell_machine_levels-0.7.1-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page