Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiotLGMaevah authored Nov 9, 2023
1 parent 93e720f commit 904d17a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 904d17a

Please sign in to comment.