Skip to content

Relex12/Dictionaries

Repository files navigation

Dictionaries

List of dictionaries for Word-Machine

Checkout on GitHub

Dictionaries

Lire en Français


Summary

What it is

This repository offers a list of dictionaries that can be used with the Word-Machine word generator.

Word-machine

How to use it

If you have clone both repo in the same parent folder, i.e. you have

$ tree
├── Dictionaries
│   [...]
│   └── great-old-ones.txt
├── Word-machine
│   [...]
│   └── word-machine.py
[...]

then you can run the following command

python3 Word-machine/word-machine.py -d Dictionaries/great-old-ones.txt -g 10

to generate words similar to the names of the Great Old Ones of H.P. Lovecraft's work.

License

The project is a small one. The code is given to the GitHub Community for free, only under the MIT License, that is not too restrictive.