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
- Host: GitHub
- URL: https://github.com/raphaelmos/passwordgen
- Owner: Raphaelmos
- Created: 2025-02-15T02:54:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T22:19:16.000Z (over 1 year ago)
- Last Synced: 2025-02-25T23:27:58.475Z (over 1 year ago)
- Topics: password-generator, python, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.