init
This commit is contained in:
parent
4f34d49078
commit
f6e273d8b8
3 changed files with 204 additions and 2 deletions
21
README.md
21
README.md
|
|
@ -1,2 +1,19 @@
|
|||
# sigilizer
|
||||
create SVG sigils from strings and planetary kameas
|
||||
# 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:
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue