A simple Python-based Password Generator that creates strong and secure random passwords.
- Generate passwords of any length
- Include uppercase letters
- Include lowercase letters
- Include numbers
- Include special characters
- Input validation
- Python 3
- random module
- string module
-
Clone the repository:
git clone https://github.com/vanshbankar/Password-Generator-tool.git
-
Open the project folder:
cd Password-Generator-tool -
Run the program:
python main.py
Password-Generator-tool/
├── main.py
├── README.md
Enter the length of the password: 12
Include uppercase? (y/n): y
Include lowercase? (y/n): y
Include numbers? (y/n): y
Include special characters? (y/n): y
Generated Password: T#8mQ!2zLp@5
This project is licensed under the MIT License.
Made with ❤️ by Vansh Bankar