Skip to content

YogeshT22/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password Generator

A simple command-line tool built with Python to generate strong, customizable random passwords.

Features

  • Generate passwords of a user-specified length.
  • Option to include/exclude:
    • Uppercase letters (A-Z)
    • Lowercase letters (a-z)
    • Numbers (0-9)
    • Special symbols (e.g., !@#$%^&*)
  • Easy to use from the command line.
  • Copies the generated password to the clipboard (Optional - if you implement this).

Prerequisites

  • Python 3.9+

Installation

  1. Clone the repository:
    git clone https://github.com/YogeshT22/Password-Generator.git
  2. Navigate to the project directory:
    cd Password-Generator

Usage

Run the script from the command line.

Basic Usage (generates a password with default settings):

python password_gen.py

EXAMPLE

$ python password_gen.py -l 12 --no-symbols
Generated Password: pA5swOrdL3tT

License

  • Distributed under the MIT License.

Author

  • Yogesh T

About

Simple basic password generator using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages