Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cell-machine-levels

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cell-machine-levels

A library for manipulating modded cell machine level codes.

  • 0.7.1
  • PyPI
  • Socket score

Maintainers
1

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}")

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc