Name Generator
I'm trying to code a random name generator, this is work in progress and my first take on it, the point is to create names from scratch that sound kind of real-life-ish. In this attempt I got some cool names as "byigotzo", "ebkazzu" or "gboacoa", but also some weird one as "egvgatpi" or "kyfbexeybi". The idea is to create ok sounding syllables and the joining them together to form a word. I still got to work on connecting syllables, so a syllabe containing lots of consonants is contrasted with one with more vowels and so on. I did it on Thonny but I think it works alright so far on Sololearn. https://code.sololearn.com/cqTM5b1qViQ7/#py The reason I post this is to get some feedback and tips, Im sure there are easier ways of achieving what I did so far. Thanks! I'm a total newbie, btw. cheers.