Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 697 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 697 Bytes

NameGenerator

A computer program that generates names using the frequency of trigrams (three letter combinations)

There is also a web version of NameGenerator.

If you don't want to compile NameGenerator yourself, you can download an executable here.

If you want to use NameGenerator in another program, src/namegenerator/namegenerator.h has some functions you can use.

If you are compiling NameGenerator, you can use the build.sh shell script or build_win.sh for compiling for Windows on GNU/Linux.

NameGenerator is licensed under the GNU General Public License (version 3).