Metadata-Version: 2.4
Name: password-generator-kamax
Version: 0.1.0
Summary: Un générateur de mots de passe sécurisé en ligne de commande et en Python
Author: kamax
Author-email: blab97400@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# password-generator

Un petit outil Python pour générer des mots de passe sécurisés, utilisable en ligne de commande ou dans un script Python.

## Installation

pip install password-generator

#Exemple d'utilisation
generate-password --length 16
generate-password --length 20 --no-symbols
generate-password --length 10 --no-digits --no-symbols

