Skip to content

This Python script allows you to generate strong and random passwords with a combination of letters, numbers, and symbols.

License

Notifications You must be signed in to change notification settings

TUR1ACUS/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

Table of Contents

  1. Overview
  2. Usage
  3. Customization
  4. Contributing
  5. License

Overview

Welcome to the PyPassword Generator! This Python script allows you to generate strong and random passwords with a combination of letters, numbers, and symbols. You can customize the length and composition of your password based on your security requirements.

Usage

  1. Clone the repository:

    git clone https://github.com/TUR14CUS/Password-Generator.git
  2. Navigate to the project directory:

    cd Password-Generator
  3. Run the script:

    python password-generator.py
  4. Follow the prompts to specify the number of letters, symbols, and numbers you want in your password.

  5. The script will generate and display a randomized password for you.

Customization

Feel free to modify the character sets used in the script to suit your needs. You can update the letters, numbers, and symbols lists in the script to include or exclude specific characters.

letters = ['a', 'b', 'c', ..., 'Z']
numbers = ['0', '1', '2', ..., '9']
symbols = ['!', '#', '$', '%', ..., '+']

Contributing

If you have any suggestions or improvements, please open an issue or create a pull request on GitHub.

License

This project is licensed under the MIT License.

About

This Python script allows you to generate strong and random passwords with a combination of letters, numbers, and symbols.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages