An open API service indexing awesome lists of open source software.

https://github.com/randogoth/sigilizer

create SVG sigils from strings and planetary kameas
https://github.com/randogoth/sigilizer

Last synced: about 1 year ago
JSON representation

create SVG sigils from strings and planetary kameas

Awesome Lists containing this project

README

          

# 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
```

## Install Dependencies

```
pip install drawSvg
```

## Example:

```
sigilize.py "Hello World" mercury helloworld.svg
```

## Result:

![Result](helloworld.svg)