Skip to content

AnukalpTejaswi/password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Password Generator (Python)

A simple Python program that generates a random password based on user-selected criteria such as letters, digits, and symbols.


๐Ÿ“Œ About the Project

This project allows users to create a secure random password by choosing:

  • Password length
  • Inclusion of letters
  • Inclusion of digits
  • Inclusion of symbols

It is a beginner-friendly project to practice Python basics.


๐Ÿš€ Features

  • Custom password length
  • User choice for character types
  • Random and secure password generation
  • Input validation for character selection

๐Ÿ› ๏ธ Tech Stack

  • Python 3
  • Built-in libraries: random, string

โ–ถ๏ธ How to Run

  1. Clone the repository
git clone https://github.com/your-username/password-generator.git

About

A simple Python CLI-based password generator with user-defined criteria.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages