Skip to content

nehapaul27/password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

password_generator

PASSWORD GENERATOR (Python)

This is a simple Python program that generates a strong and unique password using random letters, numbers, and symbols.


FEATURES

  • User can choose:
    • Number of letters
    • Number of numbers
    • Number of symbols
  • Password is randomly shuffled
  • Generates a strong and unique password each time

HOW THE PROGRAM WORKS

  1. The program asks the user:
    • How many letters they want
    • How many numbers they want
    • How many symbols they want
  2. Random characters are selected from predefined lists.
  3. All selected characters are stored in a list.
  4. The list is shuffled randomly.
  5. The final password is created and displayed.

REQUIREMENTS

  • Python 3.x
  • No external libraries needed

HOW TO RUN

  1. Open terminal or command prompt.

  2. Navigate to the project folder.

  3. Run the program using:

    python password_generator.py


SAMPLE OUTPUT

Enter how many letters you want: 4 Enter how many numbers you want: 3 Enter how many symbols you want: 2

Your strong and unique password is! aB3@9f!2D


AUTHOR

Neha Paul


NOTE

Every time you run the program, a new password is generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages