import random regions = { "Liyue": ["Xing", "Zhong", "Ning", "Qing"], "Mondstadt": ["Gunnhildr", "Lawrence", "Ragnvindr"] } def generate_name(region): return random.choice(regions[region]) print(f"Your character name is: {generate_name('Liyue')}") Use code with caution. Copied to clipboard 3. Using Existing Tools
Remember that while you choose a nickname, the "canon" names for the protagonists are Aether (male) and Lumine (female). 4. Tips for "Cool" Original Names
If you are coding a simple generator (e.g., using Python or JavaScript), follow this structure: Genshin Impact Name Generator
Use an online etymology dictionary to find Latin or Greek roots for "magical" sounding names.
Below is a guide on how to build a generator, whether you want to use a tool or build your own logic. 1. Understanding Teyvat’s Naming Conventions import random regions = { "Liyue": ["Xing", "Zhong",
Platforms like NightCafe allow you to input themes (like "Cryo Archer from Snezhnaya") to generate full character concepts including names.
"The Conqueror of Demons," "Spark Knight," "Acting Grand Master." Step C: The Logic " "Spark Knight
If you'd rather use a tool than build one, several community resources are available: