Skip to content

mostafa-haji/smart_password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

smart_password_generator

πŸ” Smart Password Generator

A Python script to generate secure or simple passwords.
Includes smart mode to ensure at least one lowercase, uppercase, number, and symbol.

πŸš€ Example

print(generate_password())               # Smart mode (default)
print(generate_password(smart_mode=False))  # Simple mode
print(generate_password(length=16))         # Custom length

πŸ’‘ Features

  • Random password generation
  • Smart mode for strong security
  • Custom symbols and length
  • Beginner-friendly project

#Python_password_generator #strong_password #random_secure_password #simple_beginner_project

About

Beginner-friendly Python script to learn randomization, string handling, and password security.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages