Metadata-Version: 2.1
Name: password_generator2024
Version: 0.5
Summary: Simple Python Password Generator
Home-page: https://github.com/PierreGode/password_generator
Author: Pierre
Author-email: pierre@gode.one
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Python Password Generator

This is a simple Python script to generate random passwords.

## Installation

Describe how to install your package here.

## Usage

Run the script to generate a random password:

```bash
python password_generator.py
