Skip to content

vanshbankar/Password-Generator-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🔐 Password Generator Tool

A simple Python-based Password Generator that creates strong and secure random passwords.

✨ Features

  • Generate passwords of any length
  • Include uppercase letters
  • Include lowercase letters
  • Include numbers
  • Include special characters
  • Input validation

🛠️ Technologies Used

  • Python 3
  • random module
  • string module

🚀 How to Run

  1. Clone the repository:

    git clone https://github.com/vanshbankar/Password-Generator-tool.git
  2. Open the project folder:

    cd Password-Generator-tool
  3. Run the program:

    python main.py

📂 Project Structure

Password-Generator-tool/
├── main.py
├── README.md

📸 Sample Output

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

📄 License

This project is licensed under the MIT License.


Made with ❤️ by Vansh Bankar

About

A simple password generator built with Python.A Python CLI tool to generate strong and secure random passwords.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages