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.7.tar.gz
(10.9 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.7-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file pymsch-0.0.7.tar.gz.
File metadata
- Download URL: pymsch-0.0.7.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0559f3587157aae55cedddd006697bf712ba79bfd1c0102e00523febd5baca3
|
|
| MD5 |
7ad0e5fcf34ff2c495732d35bea96d0a
|
|
| BLAKE2b-256 |
3fb9d9e6926c1bde1d74d8f9c1fdc425999de0b8141504afeb56a91ab58f472e
|
File details
Details for the file pymsch-0.0.7-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.7-py3-none-any.whl
- Upload date:
- Size: 11.5 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 |
8ac43e2d5d25ee4c0880b7b7ec76e718da03da2bead93eacd33b8b1edc3b2cd3
|
|
| MD5 |
6e1584a47fff3083609fd55f160a5505
|
|
| BLAKE2b-256 |
1cad4a140ee2865a8d7ec4ca0a18a60f6f5c82b63c7fed51fac9ab446cf3d80c
|