Skip to content

A simple Python program to generate random, secure passwords. Users can set the password length and choose to include numbers or symbols. It uses the secrets module for strong randomness, making it safe and beginner-friendly while teaching Python basics like loops, conditionals, and modules.

Notifications You must be signed in to change notification settings

tawfiq007/Beginners-python-random-password-Generator.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Password Generator (Python)

This is a simple Python command-line password generator.
It helps you create strong and random passwords based on your choice.


πŸ“Œ What this program does

  • Asks for password length
  • Lets you choose:
    • Numbers (0–9)
    • Symbols (!@#$ etc.)
  • Generates a random password
  • You can generate passwords again and again

πŸ›  Requirements

  • Python 3 installed on your computer

(No extra libraries needed)


About

A simple Python program to generate random, secure passwords. Users can set the password length and choose to include numbers or symbols. It uses the secrets module for strong randomness, making it safe and beginner-friendly while teaching Python basics like loops, conditionals, and modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages