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

https://github.com/vinioccode/passwordgen

A password generator
https://github.com/vinioccode/passwordgen

Last synced: 9 months ago
JSON representation

A password generator

Awesome Lists containing this project

README

          

# PasswordGen

A password generator written in Python. Easily create secure passwords with customizable options for length.

## Features

- Generate random passwords
- Customize password length
- Simple, command-line interface

## Installation

Clone the repository:

```bash
git clone https://github.com/ViniOcCode/passwordgen.git
cd passwordgen
```

## Usage

Run the generator from the command line:

```bash
python passwordgen.py
```

You may be prompted to enter desired password length and options.

## Example Output

```
Generated Password: X7$kP2!vZrTq
```

## Requirements

- Python 3.x

No external dependencies required.

## Contributing

Contributions and suggestions are welcome! Feel free to submit issues or pull requests.

## License

This project is licensed under the MIT License