diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-13 23:04:49 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-05-13 23:05:07 +0700 |
commit | 6044728197a7f7091aea6d370baaffb3318d9e5b (patch) | |
tree | 58cca68b577e5addd3a1296f076c08b9b48d274b /utils/README.md | |
parent | b20a9f426add2a51eef03195a6914bfc73a1d1bd (diff) | |
download | haasdaiga-6044728197a7f7091aea6d370baaffb3318d9e5b.tar.gz |
I use the script to generate script
Diffstat (limited to 'utils/README.md')
-rw-r--r-- | utils/README.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/utils/README.md b/utils/README.md index 035e9c9..b0b326c 100644 --- a/utils/README.md +++ b/utils/README.md @@ -4,8 +4,20 @@ These are scripts that help me conlang easier. These scripts are licensed under GPLv3 license. +## Word generation + +Requirements: raku + Usage: -```raku +```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 +``` |