Welcome to the Official Noku to English Dictionary Website Repository , made by yours truly.
Noku Language is a simple, spoken / written language created by Nokutoka Momiji. It was created as an attempt to create a simpler, new language with sensible and simple rules and structure.
The base dictionary document can be found here. The language is still growing every day with more words and more information. Comments and suggestions are encouraged.
This repository contains all of the files used in making the website and app versions of the dictionary found above.
The Noku Language Utilities file (nlutil.py
) serves to parse the data from the online Google Docs document and create the data.json
file that powers the website. It serves no other utility outside of its main purpose, but I guess it could aid in the design of a parser or something.
- Clone repository.
git pull https://github.com/NokutokaMomiji/Noku-Language-Dictionary.git
- Install dependencies.
To install the dependencies, use the requirements.txt file.
pip install -r requirements.txt
Otherwise, manually install gdown.
pip install gdown
- Simply run the main script.
python nlutil.py
This will create the directoriessrc
,docs
anddocs/data
. Will also create adocs/data/data.json
file containing the word data from the online dictionary.