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.9.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.9-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file pymsch-0.0.9.tar.gz.
File metadata
- Download URL: pymsch-0.0.9.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 |
4b6f45470039fdb20ca8a4ede0d5594f55d1ede2a158aa347c3a5b22ecc34d58
|
|
| MD5 |
e2c9e9c2a1af5e8717cfedb5600b768d
|
|
| BLAKE2b-256 |
144d657b7c311d5a21f39ee3a22d39d0b41a068ca13698d67dbb2351a3ad865a
|
File details
Details for the file pymsch-0.0.9-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.9-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 |
62ea7217aea0af83be1dd1dc9c17ce899a301685bb2fcdede15f926766259a6c
|
|
| MD5 |
2e71a8a756114fe786befe7dd7cab478
|
|
| BLAKE2b-256 |
52aaa6ce22f585d1800fe3bbfd848aaa08a730624b5bd0849b98e3620723abdb
|