-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93e720f
commit 904d17a
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |