GenLang is a project to procedurally generate constructed (human) languages, AKA a conlangs.
Navigate to the Python Scripts
directory.
Install dependencies:
json
math
numpy
random
tabulate
matplotlib
Then edit the file
main.py
and replace its contents with your choice of top-level
functions, e.g. testWordGen()
and testPhonologyGen()
.
Run the file with
$ python3 main.py
And you should see corresponding output, different every time you run the script.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.