- git clone https://git@github.com:Snomvuzo/Password_Generator.git
- cd random-password-generator
-
'python password.py'
- -l, --length: Specify the minimum length of the password (default: 8)
- -n, --no-numbers: Exclude numbers from the password
- -s, --no-special-chars: Exclude special characters from the password
- 'python password.py --length 12 --no-special-chars'
- Contributions are welcome! Please feel free to submit issues or pull requests for bug fixes, improvements, or new features.