random_phonetic_name_generator_von_Pointon.random_phonetic_name_generator
index
/home/achim/rpg/ews/rpg-tools-1d6/schlachtfeld/random_phonetic_name_generator_von_Pointon/random_phonetic_name_generator.py

# encoding: utf-8

 
Modules
       
random

 
Functions
       
con2gen()
con3gen()
congen()
fricgen()
maincongen()
namegen(ratio=5, lower_limit=3, upper_limit=11)
sylgen()
vowgen()

 
Data
        consonantsNasal = ['n', 'm', 'ng', 'nc']
consonantsNormal = ['c', 'g', 't', 'd', 'p', 'b', 'x', 'k', 'ck', 'ch']
fricatives = ['j', 'ch', 'h', 's', 'sh', 'th', 'f', 'v', 'z']
randomLength = 0
result = ''
vowelRatio = 0
vowelSyllables = 0
vowels = ['a', 'e', 'i', 'o', 'u', 'y', 'ya', 'ye', 'yi', 'yo', 'yu', 'wa', 'we', 'wi', 'wo', 'wu', 'ae', 'au', 'ei', 'ie', ...]