Skip to content

Mamir21/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

This Python script generates random passwords of varying lengths and complexities. It can be useful for creating secure passwords for different purposes.

Demo

image

Installation

  1. Clone the repository:

    git clone https://github.com/Mamir21/random-password-generator.git
  2. Navigate to the project directory:

    cd random-password-generator
  3. Install the required packages: Ensure you have Flask installed. You can install Flask using pip:

    pip install flask
  4. Run the application:

    python src/app.py
  5. Open a web browser and navigate to:

    http://127.0.0.1:5000
    

    Follow the prompts to specify the length and complexity of the password.

Options

  • Length: Specify the length of the password (default is 12 characters).
  • Complexity: Choose from low, medium, or high complexity levels.

Complexity Levels

  • Low: Includes only letters (uppercase and lowercase) and digits.
  • Medium: Includes letters (uppercase and lowercase), digits, and common special characters.
  • High: Includes letters (uppercase and lowercase), digits, common special characters, and additional symbols (£, €, ¥, §, ©, ®).

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors