Skip to content

Lithimlin/Markov-Name-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a small Markov Name Generator, inspired by this generator by SyntaxColoring. It utilizes Markov Chains and a probability tree to build pseudo-random, yet somewhat legible words. It requires the appJar package for its GUI. It is recommended to run it in a virtual environment using the requirements.txt.

To start the GUI, call gui.py from within the virtual environment.

Parameters

n is the Markov Order. Higher numbers will create words more similar to the corpus given, lower numbers will result in more gibberish.

maxLength will clip words at the given length.

Future Features

  • Updating corpora
  • Add an icon
  • Make it look better

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages