Metadata-Version: 2.1
Name: password-generator-by-mahery
Version: 1
Summary: A command-line tool for generating secure passwords.
Home-page: https://github.com/Mahery19/Password_Generator
Author: Mahery
Author-email: maherytsarovana@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pyperclip

# Password Generator CLI

A simple, command-line tool for generating strong, random passwords to enhance security. Customize password length, character types, and avoid ambiguous characters to suit your security needs. The generated password is automatically copied to the clipboard for easy use.

## Features
- **Customize Character Types**: Choose to include uppercase letters, lowercase letters, numbers, and symbols.
- **Avoid Ambiguous Characters**: Option to exclude commonly confused characters (like `O`, `0`, `I`, `l`).
- **Password Strength Feedback**: Get an indication of password strength based on length and complexity.
- **Password History**: Keeps track of generated passwords during the session.

## Installation

Install the package via `pip`:

```bash
pip install password-generator
