Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerogs/username-generator
username generator with php
https://github.com/kerogs/username-generator
Last synced: 22 days ago
JSON representation
username generator with php
- Host: GitHub
- URL: https://github.com/kerogs/username-generator
- Owner: kerogs
- License: mpl-2.0
- Created: 2024-11-09T00:22:54.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T02:36:01.000Z (about 2 months ago)
- Last Synced: 2024-11-09T03:24:58.565Z (about 2 months ago)
- Language: CSS
- Homepage: https://kerogs.github.io/username-generator/index.html
- Size: 2.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![kerogs - username-generator](https://img.shields.io/static/v1?label=kerogs&message=username-generator&color=blue&logo=github)](https://github.com/kerogs/username-generator "Go to GitHub repo")
[![stars - username-generator](https://img.shields.io/github/stars/kerogs/username-generator?style=social)](https://github.com/kerogs/username-generator)
[![forks - username-generator](https://img.shields.io/github/forks/kerogs/username-generator?style=social)](https://github.com/kerogs/username-generator)[![GitHub tag](https://img.shields.io/github/tag/kerogs/username-generator?include_prereleases=&sort=semver&color=blue)](https://github.com/kerogs/username-generator/releases/)
[![License](https://img.shields.io/badge/License-MPL--2.0-blue)](#license)
[![issues - username-generator](https://img.shields.io/github/issues/kerogs/username-generator)](https://github.com/kerogs/username-generator/issues)[![View site - GH Pages](https://img.shields.io/badge/View_site-GH_Pages-2ea44f?style=for-the-badge)](https://kerogs.github.io/username-generator/)
# 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](https://kerogs.github.io/username-generator/).
## Installation
1. Clone the repository:
```sh
git clone https://github.com/kerogs/username-generator.git
```
2.
Navigate into the project directory:
```sh
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](/LICENSE).## Acknowledgments
Thanks to the contributors of this project and the open-source community.