Skip to content

samuel-404/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PASSWORD GENERATOR

a simple and customizable password generator script to create strong, random passwords for enhanced security. this project generates secure passwords based on user-specified requirements, helping users to protect their accounts by using unique and complex passwords.

Features

  • customizable password length: set the password length to meet specific needs.
  • character selection: choose to include or exclude uppercase letters, lowercase letters, numbers, and special characters.
  • randomized output: generates truly random passwords each time.
  • simple and lightweight: fast and efficient, suitable for local use or integration into other projects.

Getting started

Prerequisites

  • python 3.x is required to run this script.

###Installation

  1. clone the repository:
    git clone https://github.com/samuel-404/password-generator.git
  2. navigate to the project directory:
    cd password-generator

Usage

  1. run the password generator script:

    python password_generator.py
  2. follow the prompts to set password parameters, including:

    • password length
    • types of characters to include (uppercase, lowercase, numbers, special characters)
  3. copy and save your generated password securely!

Example

welcome to the password generator!

enter the desired password length: 12
include uppercase letters? (y/n): y
include lowercase letters? (y/n): y
include numbers? (y/n): y
include special characters? (y/n): y

generated password: xy8!po7@lq2#

please remember to save your password securely!

Contributing

contributions are welcome! please fork the repository , make your changes, and submit a pull request.

License

This project is licensed under the mit license. see the license file for details.

Contact

for any questions or feedback, please reach out at github.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages