Skip to content

rohit20032003/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

🔐 Password Generator

A Python-based tool to generate strong, random passwords with customizable options.

Features

  • Choose password length
  • Include or exclude:
    • ✅ Uppercase letters (A–Z)
    • ✅ Lowercase letters (a–z)
    • ✅ Numbers (0–9)
    • ✅ Special characters (!@#$%^&*...)
  • Easy-to-use command-line interface
  • Future-ready for GUI or web version

Demo (CLI Example)

Enter password length: 12
Include uppercase letters? (y/n): y
Include lowercase letters? (y/n): y
Include digits? (y/n): y
Include special characters? (y/n): y

Generated Password: jB7@Tg!Qw2#L


**output**

![image](https://github.com/user-attachments/assets/e8081f30-8103-47a7-aa41-2b832e864a81)


**ppt**

https://docs.google.com/presentation/d/1ZdPCtPo5rB56hsMETcI7oxygICfDpGpZ/edit?usp=drive_link&ouid=104273643204398515280&rtpof=true&sd=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages