- Generate random usernames from adjectives + nouns
- Runs entirely in the browser
- Copy generated usernames to clipboard
Open in Your Browser
- Clone the repository
git clone https://github.com/johnarp/username-generator.git
- Run a local server
# Python 3 cd username-generator python -m http.server 3000
- Open your browser and go to http://localhost:3000
See Releases for the latest release.
See CHANGELOG for updates.