An open API service indexing awesome lists of open source software.

https://github.com/iwizard7/go_passgen


https://github.com/iwizard7/go_passgen

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Go](https://github.com/iwizard7/go_passgen/actions/workflows/go.yml/badge.svg)](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

Снимок экрана 2024-03-11 в 12 31 37

## 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.