Skip to content

just-prem22/python-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Password Generator (Python)

A Python-based password generator that creates a completely random password based on user input.
The user decides how many alphabets, numbers, and special characters they want, and the program generates a strong password with no fixed sequence.


🚀 Features

  • User chooses:
    • Number of alphabets
    • Number of numbers
    • Number of special characters
  • Final password is fully randomized
  • Characters can appear in any order
  • Beginner-friendly Python project

🛠️ Technologies Used

  • Python 3
  • random module

▶️ How the Program Works

  1. The user enters:
    • How many letters they want
    • How many numbers they want
    • How many special characters they want
  2. The program:
    • Randomly selects characters
    • Shuffles them to remove any pattern
  3. A strong and unpredictable password is generated

▶️ How to Run the Program

  1. Make sure Python is installed on your system
  2. Clone this repository or download the file
  3. Open a terminal in the project folder
  4. Run the following command:
password generator.py

About

A Python-based password generator that creates random password based on user-defined length and characters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages