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.6.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.6-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file pymsch-0.0.6.tar.gz.
File metadata
- Download URL: pymsch-0.0.6.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 |
3a04ac7b576e5deb92eb2ac0d771b1614c7139980223a66802c8ce68e7242af4
|
|
| MD5 |
1a73da02c52f974affe399fe3d1e49f1
|
|
| BLAKE2b-256 |
cf9a0ab4070c8f2d74f54f43ec2e117c8eb97c3e05e8fabfcb9d86ef0a696889
|
File details
Details for the file pymsch-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pymsch-0.0.6-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 |
6cbb9a215d5d07c047238555741084174f32104e271988ce9c0f7fe844360ae6
|
|
| MD5 |
ebe367433d1168f01da81d1ee4a11feb
|
|
| BLAKE2b-256 |
951dbe69f08c19c4ae16fa04efca3cce4f010c22b30b0dc530a70f96b71805b5
|