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.4.tar.gz
(9.4 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.4-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file pymsch-0.0.4.tar.gz.
File metadata
- Download URL: pymsch-0.0.4.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2786542c6b565e5b533b502dbb574b6e853e027f31bca07fe9c61535be47d31
|
|
| MD5 |
1b5b4f4ca1955e47b7f9f96facdb0c8d
|
|
| BLAKE2b-256 |
091ef6db50d800c54113efb3ed5613009293f9f3aaa42b1a1cf64048e34e9071
|
File details
Details for the file pymsch-0.0.4-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.4-py3-none-any.whl
- Upload date:
- Size: 10.0 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 |
c7146630504ef290b6a5fd247c6292d6eb43a8bd71a03e072cc1d31a94b1370d
|
|
| MD5 |
36618cc5c752e686c2fe814a06a3ce11
|
|
| BLAKE2b-256 |
89faaefd0ce5b345dd6e43321e9a0b171c6d778b5942c7b3fff09c29275ae2c0
|