Skip to content

This project generates a secure password with Python. πŸ‘©β€πŸ’» The user chooses the password length and the program builds a strong password with letters, punctuation symbols and digits.

Notifications You must be signed in to change notification settings

LaraPD/Secure-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”‘ Secure Password Generator

This project is a simple Python script that generates a secure random password.
The user specifies the desired length of the password.

🌍 Available languages ➑️ ESPAΓ‘OL | ENGLISH

✨ Features

  • Generates secure random passwords.
  • Includes uppercase, lowercase, punctuation and digits.
  • User chooses the password length.

πŸ“š Requirements

  • Python 3.x
  • No extra packages needed.

🎯 Usage

Clone the repository and run from the terminal:

python password_generator.py

🐍 Go to the code

✍️ Example

image

πŸ“Œ Recommendations

  • Input validation (only positive integers).
  • Use the secrets library for stronger randomness.

About

This project generates a secure password with Python. πŸ‘©β€πŸ’» The user chooses the password length and the program builds a strong password with letters, punctuation symbols and digits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages