Giter Site home page Giter Site logo

passgen's Introduction

Password Generator

This is a simple Python script that generates passwords based on user-specified difficulty levels. The difficulty levels determine the length and complexity of the generated password.

Features

  • Generates passwords of varying difficulty:
    • Easy: Includes lowercase letters and is 8 characters long.
    • Medium: Includes lowercase and uppercase letters, and numbers, and is 12 characters long.
    • Hard: Includes lowercase and uppercase letters, numbers, and special characters, and is 16 characters long.

Requirements

  • Python 3.x

Usage

  1. Clone the Repository:

    git clone https://github.com/singhvijayp/passgen.git
    cd passgen
    
  2. Run the Script:

    python passgen.py
    
  3. Follow the Prompts:

    • The script will prompt you to select a password difficulty level:
      Select password difficulty level:
      1. Easy
      2. Medium
      3. Hard
      Enter the number of your choice:
      
    • Enter the number corresponding to your choice (1 for Easy, 2 for Medium, 3 for Hard).
    • The script will generate and display a password based on the selected difficulty level.

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Acknowledgements

  • This script uses the string and random libraries from Python's standard library.

passgen's People

Contributors

singhvijayp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.