Skip to content

Simple Python program to generate random secure passwords . Beginner practice project .

Notifications You must be signed in to change notification settings

Aakash-1114/random-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Password Generator (Python)

This is a simple Password Generator built using Python. It allows users to generate a random password based on their preferred length and character type.


🧠 How the Program Works

  • User enters the desired password length
  • User selects the type of password: Only Numbers Only Alphabets Numbers + Alphabets Full Mixture (Alphabets + Numbers + Symbols)
  • The program generates a random secure password
  • The password is displayed on the screen

πŸš€ How to Run the Program

  • Make sure Python is installed on your system
  • Save the file as : password_generator.py
  • Run the program using: python password_generator.py

⭐ Features

  • Custom password length
  • Multiple password type options
  • Uses Python built-in libraries
  • Beginner-friendly and interactive
  • Random and secure password generation

πŸ›  Concepts Used

  • while loop if-elif-else
  • input() handling
  • string module
  • random module
  • List / string operations

πŸ‘¨β€πŸ’» Author

Aakash Gupta πŸ•Ή Beginner Python Developer πŸ“§ Feel free to connect or share feedback!

About

Simple Python program to generate random secure passwords . Beginner practice project .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages