Skip to content

AJBrohi/random-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Random Password Generator

This is a Python program that generates random passwords based on user's choice of letters, numbers and symbols. The user can choose from four different types of combinations for their password.

Combinations

  1. Only Letters and Numbers
  2. Only Letters and Symbol
  3. Only Numbers and Symbol
  4. Letters, Numbers and Symbol

Combinations

Examples

Only Letters and Numbers

Only Letters and Numbers

Only Letters and Symbol

Only Letters and Symbol

Only Numbers and Symbol

Only Numbers and Symbol

Letters, Numbers and Symbol

Letters, Numbers and Symbol

Wrong Number Typed

Wrong Number Typed

Less Than 8 Characters

Less Than 8 Characters


Program's Features

  • User can choose from four different types of combinations for their password
  • The program generates a password with the desired length and combination of letters, numbers and symbols
  • The generated password is checked for its strength and recommended length is suggested for stronger passwords

Python Features Used

  • random() module for generating random characters for the password
  • Loops and conditionals for taking user inputs and generating the password
  • String manipulation for checking and printing the generated password

Learn More

I've written a detailed article explaining how this game works and how to run it step-by-step on Medium. Check it out here: Create Your Own Random Password Generator Using Python: A Project for Beginner

You can also follow my coding journey on my coding journal From Beginner to Pro: A Python Project Journal of Learning and Innovation, where I share my all projects article.

Thank you for checking out my project!

About

A python program to generate a random password..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages