Camm66 / NameGenerator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%