A user name generator, made in pure HTML, CSS and JavaScript. The name comes from my brief frustration when writing the prototype, but it doubles as a reflection of its nature: it’s not smart, it doesn’t do anything particularly fancy.
The original version of this generator dates from June 7, 2022, and it’s written in Python. In fact, porting it to JavaScript was the least time-consuming step.
This tool generates syllables with a CV[C] structure, that is, a consonant followed by a vowel and an optional final consonant. For the first syllable, the first consonant is optional as well. The intent of this tool is to generate names that can be pronounced, but it doesn’t do an amazing job at that, so you may want to tweak the result a bit.
- Select a number of syllables for your generated username.
- Click on “Generate name”.
- Repeat until you’re satisfied.
- Copy your name, and optionally tweak it manually.
- ???
- Profit?
WEB_SERVER_ROOT='/var/www/'
mv index.html style.css script.js "$WEB_SERVER_ROOT"
This project is licensed under the public-domain-equivalent BSD Zero Clause License.