carlor / rwg

Random Word Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rwg - Random Word Generator

rwg generates a random words according to a rule-file (see example.rwg).

To use, just pass the rulefile on the command line:

$ rwg example.rwg

And it will randomly generate 100 words.

You can specify how much:

$ rwg example.rwg -n 20

This generates 20 words.

For information on the rule-file, see the manual at ./Manual.md

Build Instructions

Install the D programming language, and the make system.

Then:

$ make

Untested on Windows.

About

Random Word Generator

License:Boost Software License 1.0


Languages

Language:D 100.0%