Metadata-Version: 2.1
Name: cli-password-generator
Version: 0.1.0
Summary: A CLI password generator
Author: Giorgos Kallis
Author-email: giorgos.kallis.gr@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# Password Generator

## Description

This is a password generator that will generate a random password based on the criteria selected by the user. The user will be prompted to select the length of the password and whether or not to include numbers and/or special characters.
