Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Secure Password Generator

This is a Python script that generates strong, secure passwords. The passwords are a mix of uppercase and lowercase letters, numbers, and special characters, and users can specify the length and number of passwords to generate.

Features

  • Generates random, secure passwords
  • Includes a mix of uppercase letters, lowercase letters, digits, and special characters
  • Allows users to specify the length and number of passwords

Requirements

  • Python 3.x

Installation

Clone this repository or download the password_generator.py file.

Usage

  1. Open a terminal or command prompt.

  2. Navigate to the directory where password_generator.py is located.

  3. Run the script using Python:

    python password_generator.py
    
    Welcome to the Simple Password Generator!
    Enter the desired length of the password: 12
    Enter the number of passwords to generate: 3
    
    Generated Passwords:
    1: G#5d!x2KzP8A
    2: n$7F%kQ1bR4L
    3: v2E@tH9uM6oW
    

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages