A package for creating mindustry schematic files
Project description
pymsch
a package for generating mindustry schematic files with python code
here's a basic example:
from pymsch import Schematic, Block, Content
schem = Schematic()
schem.set_tag('name', 'Example Schematic')
schem.set_tag('description', 'A description for the schematic')
schem.add_block(Block(Content.COPPER_WALL, 0, 0, None, 0))
schem.write_clipboard()
This makes a schematic with a single copper wall, and outputs it to your clipboard to import into the game
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
pymsch-0.0.5.tar.gz
(9.6 kB
view details)
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
pymsch-0.0.5-py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file pymsch-0.0.5.tar.gz.
File metadata
- Download URL: pymsch-0.0.5.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd790e14dd57c4e622fac09c816adf3c4788eb88c94989c09b698d4fa03eabec
|
|
| MD5 |
2a880b732bb6c8a15b7817236528e16f
|
|
| BLAKE2b-256 |
796ed4aff9a83b9ae0d6ad445e6e9663de3fad44dfeae7e4a288bc257e289dc9
|
File details
Details for the file pymsch-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.5-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98ce8911e126d93e04f4feb29efeff843a0750486275def2c6bfd9968eb2b630
|
|
| MD5 |
4df8f5a6ff0ee079b6c3da4411ba04e0
|
|
| BLAKE2b-256 |
b3a66e0c54611c131298d73438d424078b7b5d3094829d66c82efb998e5e89df
|