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.11.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.11-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file pymsch-0.0.11.tar.gz.
File metadata
- Download URL: pymsch-0.0.11.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 |
4346eb4cc239414f0b718ab11b7591fc57b09d529b061ba4d6e58df0221f2d6a
|
|
| MD5 |
903a1f92a170b2e6a4e6e866a1940cb7
|
|
| BLAKE2b-256 |
bcd3796bbd80b865ad1340e090af383232461d570434228a2c29aefdad84da6c
|
File details
Details for the file pymsch-0.0.11-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.11-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 |
3fd74208819ea3ed961e229f8836ecb923f7bd9739f425f496ca64a95c0e2b00
|
|
| MD5 |
a3fb0bb1a6f686ee5f699e69c2ab337b
|
|
| BLAKE2b-256 |
0b8f8918acb75cec9051a722180bca3026462f779e5fa360d3fd611e78e33940
|