Skip to content

Latest commit

Β 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Password Generator

A simple yet effective Python script that generates secure, randomized passwords based on user-defined preferences for letters, numbers, and symbols.


πŸ“Œ Features

  • User input for number of letters, symbols, and numbers
  • Random selection of characters from predefined sets
  • Shuffling to ensure unpredictability
  • Concise output of the final password

πŸš€ How It Works

  1. The user specifies how many letters, symbols, and numbers they want.
  2. The script randomly picks characters from each category.
  3. The list of characters is shuffled for added security.
  4. The final password is displayed as a single string.

πŸ› οΈ Tech Stack

  • Language: Python
  • Libraries: random (standard library)

🎯 Portfolio Highlights

  • Demonstrates basic Python programming skills
  • Showcases user interaction via input prompts
  • Implements randomization and list manipulation
  • Provides a practical utility project for everyday use

πŸ“‚ Usage

Run the script in your terminal:

python password_generator.py

✨ Future Improvements

  • Add option for automatic password length suggestion
  • Integrate with a GUI for better usability
  • Include advanced security checks

About

πŸ” Generate secure, customizable passwords with Python simplicity.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages