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.10.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.10-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file pymsch-0.0.10.tar.gz.
File metadata
- Download URL: pymsch-0.0.10.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 |
db3bac2639dd46ae300c463479603a46f4d00172db5bdf3a1b7310589fbee4a8
|
|
| MD5 |
25f845692d5bd3c0871a27607cce1195
|
|
| BLAKE2b-256 |
15b799538513552421b97ed6ff1ed8ad2bb917252dacc6e00517625d04b65aaf
|
File details
Details for the file pymsch-0.0.10-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.10-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 |
9fc1ddf8e9e05125022859b42d644de42d263b4d6fca196c288c4742ef2a06c8
|
|
| MD5 |
82a4f715ec75e0327a63f0abb9fc31f0
|
|
| BLAKE2b-256 |
00610fd2f5d1fc440760adcef30c1e87a06859eeb3e0b7f98e297ceaf351c469
|