sigilizer/README.md

19 lines
339 B
Markdown
Raw Normal View History

2020-05-18 17:59:43 +02:00
# 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).
## Install Dependencies
```
pip install drawSvg
```
## Example:
```
sigilize.py "Hello World" mercury helloworld.svg
```
## Result:
![Result](helloworld.svg)