Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Random Password Generator

A simple Python project that generates secure random passwords based on the user-defined password length.

πŸ“Œ Features

  • Generate random passwords
  • User chooses password length
  • Uses Python's built-in random and string modules
  • Simple and beginner-friendly
  • Fast and lightweight

πŸ› οΈ Technologies Used

  • Python 3
  • random module
  • string module

πŸ“‚ Project Structure

RandomPasswordGenerator/
│── project3.py
│── README.md

▢️ How to Run

  1. Clone the repository
git clone https://github.com/your-username/RandomPasswordGenerator.git
  1. Open the project folder
cd RandomPasswordGenerator
  1. Run the program
python project3.py

πŸ’» Example Output

Enter password length: 10
Generated Password: aB8xK2LmP1

πŸ“– Concepts Used

  • Functions
  • User Input
  • Loops
  • String Manipulation
  • Random Module
  • String Module

🎯 Project Objective

This project demonstrates how to generate secure random passwords using Python's built-in libraries while improving understanding of modules and string manipulation.

πŸ‘¨β€πŸ’» Author

Man Patel

B.Tech CSE Student
DecodeLabs Python

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages