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.3.tar.gz
(9.2 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
File details
Details for the file pymsch-0.0.3.tar.gz.
File metadata
- Download URL: pymsch-0.0.3.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20ae536a0f44bd815fd23fee949986532d6997335294a5cab43b9ef96ef9b4b0
|
|
| MD5 |
11a6ea8a1fa196de40315024ee06e1b5
|
|
| BLAKE2b-256 |
30e4b3b828b6d6e8bb350e992d0bae8fe1e2b530c8bff559549484df83bbb7d9
|
File details
Details for the file pymsch-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.8 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 |
854f5eaff486d0455835e7983b0bd948c697a423dd382aaca62ceb9ad130adf3
|
|
| MD5 |
a3dd98612ebc972d96b09b6932e3a3f6
|
|
| BLAKE2b-256 |
e1bc934fe7650273624c250d9a886f6da05a1dce10b74a5e907ab868f4171276
|