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.2.tar.gz
(9.1 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
File details
Details for the file pymsch-0.0.2.tar.gz.
File metadata
- Download URL: pymsch-0.0.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25e81b47b3e0f4e9617e32d074bc5c64d9cac600837111ff317c4758ffa3130c
|
|
| MD5 |
b86e510644c3e5137f446e8f41e68705
|
|
| BLAKE2b-256 |
8685cf358bde265049cdaf0be91ae9fde73f9553ba4276903a6f7078e142abec
|
File details
Details for the file pymsch-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.8 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 |
794c7e6e87165b0ed0d01935781472231622cf21c99107d4d3f2215c68b571bc
|
|
| MD5 |
c1667992d6fa335b41fe1f22d97dac62
|
|
| BLAKE2b-256 |
5051a6b84ef33b65e5bd9ae90175c8a929254bd137d145e3bf93c24ebaeb6ee0
|