https://github.com/iwizard7/go_passgen
https://github.com/iwizard7/go_passgen
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwizard7/go_passgen
- Owner: iwizard7
- Created: 2024-03-11T05:04:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T06:37:32.000Z (over 2 years ago)
- Last Synced: 2025-03-14T13:14:26.446Z (over 1 year ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/iwizard7/go_passgen/actions/workflows/go.yml)
# Password Generator 🔐
This is a simple password generator web application written in Go. It allows users to generate random passwords with customizable length and character types.
## Features
- Generate random passwords
- Choose password length
- Choose character types (uppercase, lowercase, numbers, symbols)
- Copy generated password to clipboard
## Installation
1. Clone the repository:
```bash
git clone https://github.com/iwizard7/password-generator.git
```
2. Navigate to the project directory:
```bash
cd password-generator
```
3. Build and run the application:
```bash
go build
./password-generator
```
4. Open your web browser and visit `http://localhost:8080` to use the password generator.
## Usage
1. Select the desired password length using the slider.
2. Check or uncheck the character types you want in your password.
3. Click the "Generate Password" button to generate a random password.
4. Click the "Copy to Clipboard" button to copy the generated password.
## Screenshots

## Contributing
Contributions are welcome! Please feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.