GithubHelp home page GithubHelp logo

fasteddyone / randompasswordgenerator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 19 KB

This Python script allows you to generate random passwords, passphrases, and pronounceable passwords with various options. It provides a simple command-line interface and basic password strength checking.

License: GNU General Public License v3.0

Python 100.00%

randompasswordgenerator's Introduction

Password Generator

This Python script allows you to generate random passwords, passphrases, and pronounceable passwords with various options. It provides a simple command-line interface and basic password strength checking.

Features

  • Generate random passwords with customizable options:

    • Password length.
    • Inclusion of lowercase letters.
    • Inclusion of uppercase letters.
    • Inclusion of digits.
    • Inclusion of special characters.
  • Generate passphrases using a predefined wordlist.

  • Generate pronounceable passwords with alternating vowels and consonants.

  • Basic password strength checking (placeholder function).

  • User-friendly command-line interface with error handling.

Prerequisites

  • Python 3.x installed on your system.

Usage

  1. Clone this repository to your local machine:

    git clone https://github.com/FastEddyOne/RandomPasswordGenerator.git
    cd RandomPasswordGenerator
    run python RandomPasswordGenerator

Options

  • Generate Random Password (Option 1):

Enter the desired password length.

Choose which character sets to include (lowercase, uppercase, digits, special characters).

  • Generate Passphrase (Option 2): Enter the number of words in the passphrase.

  • Generate Pronounceable Password (Option 3): Enter the desired password length.

  • Exit (Option 4):

Exit the program. Password Strength Checking The code includes a basic password strength checking function. You can enhance this function to provide more comprehensive password strength evaluation.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

randompasswordgenerator's People

Contributors

fasteddyone 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.