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.8.tar.gz
(11.0 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.8-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file pymsch-0.0.8.tar.gz.
File metadata
- Download URL: pymsch-0.0.8.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37a1c5f870c60bba0d7b83ff9fd4a2a42b56f9b1c3a410b1de04e3f6141f86e4
|
|
| MD5 |
976520570413a2cac0343f2d4a5d5c6b
|
|
| BLAKE2b-256 |
6f8f43a16e8e8113510caee5cc29364a6dc1606dd6f709f76e51473c566db599
|
File details
Details for the file pymsch-0.0.8-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.8-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45d624350848869a03c43797374abdbbf5143cb5139581c178f64091609f2354
|
|
| MD5 |
626da019424f1bd051e5f28c372494a3
|
|
| BLAKE2b-256 |
fc135d18c68ba87ba9dd09c2a4a19a7b07220ba55f947ed63d9c334353aed810
|