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