diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d68319 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Random Password Generator + +This Python script generates strong and secure passwords randomly. It provides a simple command-line interface for users to customize the length and complexity of the generated passwords. + +## Features + +- Generates random passwords with customizable length. +- Includes options for including uppercase letters, lowercase letters, numbers, and special characters in the passwords. +- Ensures strong password entropy for enhanced security. + +## Acknowledgments + +Special thanks to the Python community and libraries used in this project.