Skip to content

Android app that generate unique character names with a markov chain.

Notifications You must be signed in to change notification settings

thomaslillo/BeewareCharacterApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Character Name Wizard

Description

A simple name generator for D&D players. Using a selection of existing names from different categories (elven names, Hindu gods, global city names, etc.) the app generates new similar sounding names.

How It Works

The app uses a Markov chain (or Markov process) to generate word sequences similar to existing sequences. Markov chains are stochastic models that describe a sequence of possible events in which the probability of each event depends only on the state attained in the previous event. To learn more about this process visit: https://setosa.io/ev/markov-chains/

The App UI, Will Change Based On OS - Windows Version

ConnectingFiles

Generating Names Demo

ConnectingFiles

Built With Briefcase in Python

This cross-platform app was generated by Briefcase_ - part of The BeeWare Project. If you want to see more tools like Briefcase, please consider becoming a financial member of BeeWare.

.. _Briefcase: https://github.com/beeware/briefcase .. _The BeeWare Project: https://beeware.org/ .. _becoming a financial member of BeeWare: https://beeware.org/contributing/membership

To Do:

  • Store name lists within app
  • Allow user name list input
  • Deploy to Android

About

Android app that generate unique character names with a markov chain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages