/NameGenerator

A simple name generator utilizing a second-order markov model.

Primary LanguagePython

NameGenerator

This project is a a simple name generator which utilizes a Second-Order Markov Model to construct names based on character patterns extracted from a reference file of names.

Instructions to run this program:

First, using a command line interface, navigate to the root directory containing the following files:

  • NameGenerator.py
  • Markov.py
  • namesBoys.txt
  • namesGirls.txt

Then, run the following command:

python generate.py