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.
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/
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
- Store name lists within app
- Allow user name list input
- Deploy to Android