Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Python Password Generator

A simple command-line password generator built with Python.

✨ Features

  • Generate random passwords
  • Choose the number of letters
  • Choose the number of symbols
  • Choose the number of numbers
  • Randomize the order of characters

πŸ› οΈ Technologies

  • Python 3
  • random module

πŸš€ How to Run

  1. Make sure Python 3 is installed.
  2. Clone this repository:
git clone https://github.com/Ramtinexe/python-password-generator.git
  1. Navigate to the project folder:
cd python-password-generator
  1. Run the program:
python main.py

πŸ’» Example

Welcome to the Py Password Generator!
How many letters would you like in your password?
5
How many symbols would you like?
2
How many numbers would you like?
3

Your password is: aG7#p2!K9x

πŸ“š What I Learned

This project helped me practice:

  • random.choice()
  • random.shuffle()
  • Lists
  • Loops
  • User input
  • String manipulation
  • Basic Python programming

About

A simple command-line password generator built with Python.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages