Skip to content

This Python script generates a random password based on user-specified criteria. Users can choose the number of letters, symbols, and numbers they want in their password.

Notifications You must be signed in to change notification settings

overlordvishal97/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Password-Generator

This Python script generates a random password based on user-specified criteria. Users can choose the number of letters, symbols, and numbers they want in their password.

Description

This Python script generates a random password based on user-specified criteria. Users can choose the number of letters, symbols, and numbers they want in their password.

The script provides two options:

  1. Easy Level: In this level, the order of characters in the generated password is not randomized.
  2. Hard Level: In this level, the order of characters in the generated password is randomized.

How to Use

  1. Run the script.
  2. Follow the prompts to specify the number of letters, symbols, and numbers you want in your password.
  3. The script will generate and display the password.

Usage

python main.py

About

This Python script generates a random password based on user-specified criteria. Users can choose the number of letters, symbols, and numbers they want in their password.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages