prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -133,5 +133,3 @@ To customize the password length, modify the `password_length` variable in the s
|
|
133 |
- This implementation uses Python's `random` module, which is suitable for general-purpose randomness. For cryptographically secure passwords, consider using the `secrets` module.
|
134 |
- The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
|
135 |
```
|
136 |
-
|
137 |
-
-------
|
|
|
133 |
- This implementation uses Python's `random` module, which is suitable for general-purpose randomness. For cryptographically secure passwords, consider using the `secrets` module.
|
134 |
- The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
|
135 |
```
|
|
|
|