Skip to content

Complex Password Generator is a Python program that creates secure, random passwords using a mix of uppercase, lowercase letters, numbers, and symbols. You can customize the password length to enhance security. Ideal for protecting online accounts with strong, hard-to-crack passwords.

Notifications You must be signed in to change notification settings

anujpathak07/Complex-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Complex Password Generator Introduction This is a simple Python program that generates a random, strong password with letters, numbers, and symbols. You can choose how many of each type you want in the password.

How to Use Run the program in Python. Enter the number of letters, numbers, and symbols you want in your password. The program will create and display a random password for you. Example

Welcome to the Complex Password Generator! How many letters do you want?

5 How many numbers do you want? 3 How many symbols do you want? 2

Your password is: 7gK9@d2!F

Requirements Python 3.x installed on your computer.

About

Complex Password Generator is a Python program that creates secure, random passwords using a mix of uppercase, lowercase letters, numbers, and symbols. You can customize the password length to enhance security. Ideal for protecting online accounts with strong, hard-to-crack passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages