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

https://github.com/raphaelmos/passwordgen

Password Generator respecting the minimum characteristics
https://github.com/raphaelmos/passwordgen

password-generator python python3

Last synced: 12 months ago
JSON representation

Password Generator respecting the minimum characteristics

Awesome Lists containing this project

README

          

# Password Generator
## Overview

Welcome to the Password Generator! This project is a simple Python-based tool designed to generate secure passwords that meet minimum security characteristics. It was created as a fun project and aims to help users generate strong passwords easily.
### Features

- Generates random passwords based on specified parameters.
- Ensures passwords meet minimum security requirements.
- User-friendly interface for customization.

## Requirements

Python 3.x

## Installation and Usage

Clone the repository:

git clone https://github.com/Raphaelmos/passwordgen.git

Navigate into the project directory:

cd passwordgen

To use the password generator, run the main Python script:

python main.py

You can customize the password length and character types based on your requirements.

# Contributions allowed

You want to add features or see a possible issue, you can open a issue or ask me about it.