sigilizer/README.md
2026-09-10 09:57:50 +02:00

25 lines
No EOL
518 B
Markdown

> **Migrated to [code.randogoth.com/randogoth/sigilizer](https://code.randogoth.com/randogoth/sigilizer)**
# Planetary Sigilizer
Converts any string into a sigil based on corresponding [planetary magic squares](https://en.wikipedia.org/wiki/Magic_square#Europe_after_15th_century).
```
sigilize.py <string to be sigilized> <planet name> <filename>
```
## Install Dependencies
```
pip install drawSvg
```
## Example:
```
sigilize.py "Hello World" mercury helloworld.svg
```
## Result:
![Result](helloworld.svg)