← All tools

rajaryansingh23/Random-Pass

Popularity 70 Updated Development & Build

A simple command-line Password Generator built with Python that creates strong random passwords using letters, numbers, and special characters.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

🔐 Python Random Password Generator

A simple command-line Password Generator built using Python. It allows users to generate strong and random passwords of any desired length using uppercase letters, lowercase letters, numbers, and special characters.

✨ Features

  • 🔢 User-defined password length
  • 🔠 Includes uppercase and lowercase letters
  • 🔢 Includes numbers
  • 🔣 Includes special characters
  • ⚡ Instantly generates a secure random password

🛠️ Built With

  • Python 3

📚 Concepts Used

  • Python Modules (random, string)
  • User Input (input())
  • Variables
  • String Manipulation
  • Randomization (random.choices())
  • Lists and Character Sets
  • Functions from Python Standard Library

🚀 How to Run

  • Clone this repository
git clone https://github.com/your-username/Random-Password-Generator.git
  • Open the project folder
cd Random-Password-Generator
  • Run the program
python random_pass.py

📂 Project Structure

Random-Password-Generator/
└── random_pass.py