/username-generator

simple username generator

Primary LanguageCSSMozilla Public License 2.0MPL-2.0

kerogs - username-generator stars - username-generator forks - username-generator

GitHub tag License issues - username-generator

View site - GH Pages

Username Generator

A simple pseudonym generator built with HTML, SASS, TypeScript, and JavaScript. This application generates usernames by combining random words and can add numbers or special characters for variety. The interface also offers several color themes for a personalized experience.

Language

Features

  • Nickname Generation: Create usernames using random words from a customizable word list.
  • Customization Options:
    • Append numbers to usernames.
    • Add a special character.
  • Theme Support: Choose from multiple color themes, saved in memory for convenience.

Demo

Check out the live demo on GitHub Pages.

Installation

  1. Clone the repository:
    git clone https://github.com/kerogs/username-generator.git
  2. Navigate into the project directory:
    cd username-generator
  3. Open index.html in your browser to run the app locally.

Usage

  • Open the application.
  • Use the generator options to customize your username:
    • Choose if you want numbers or special characters added.
  • Click "Generate" to receive a username.

Bonus

  • Right-click to open the menu (optional)

Word List

To customize the pool of words used for username generation, edit words.txt.

Contributing

Contributions are welcome! Please fork this repository, make your changes, and open a pull request.

License

This project is licensed under the MPL-2.0 License.

Acknowledgments

Thanks to the contributors of this project and the open-source community.