blob: b0b326c3eec7f8a8e19b53ec84c25575e515c404 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Utilities
These are scripts that help me conlang easier.
These scripts are licensed under GPLv3 license.
## Word generation
Requirements: raku
Usage:
```sh
raku genwords.raku <max syllable count> <number of word generated>
```
## Generating glyphs
Requirements: raku (JSON::Tiny), python3 (svgutils)
```sh
raku parse-syllable.raku <syllable> | python3 draw_syllable.py
```
|