8000 GitHub - er4or-k/Password-Generator: πŸ” A beginner-friendly Python CLI tool to generate secure random passwords using letters, digits, and symbols β€” perfect for learning string manipulation and logic.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

πŸ” A beginner-friendly Python CLI tool to generate secure random passwords using letters, digits, and symbols β€” perfect for learning string manipulation and logic.

Notifications You must be signed in to change notification settings

er4or-k/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Random Password Generator (Python)

A simple yet powerful Python program that generates secure random passwords using uppercase, lowercase, numbers, and symbols.


πŸš€ Features

  • User chooses desired password length
  • Uses letters (A-Z, a-z), digits (0-9), and symbols (!@#...)
  • Checks for minimum password length
  • Handles invalid input gracefully
  • Fully commented and beginner-friendly code

πŸ›  Requirements

  • Python 3.x
    (No external libraries needed β€” only built-in random and string modules)

πŸ“¦ How to Run

  1. Clone or download the repository
  2. Open a terminal or command prompt
  3. Run the program:
python main.py

About

πŸ” A beginner-friendly Python CLI tool to generate secure random passwords using letters, digits, and symbols β€” perfect for learning string manipulation and logic.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0