Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Python Password Generator

A simple, command-line password generator built with Python. This script allows you to create strong, random passwords by specifying the exact number of letters, symbols, and digits you want.

Features

  • Generates a randomized password of your chosen complexity.
  • Lets you define the exact number of letters, digits, and symbols.
  • Uses Python's built-in random and string modules.

How to Use

  1. Clone the repository (or download the files):

    git clone https://github.com/AranavPaul/python-password-generator
  2. Navigate to the directory:

    cd python-password-generator
  3. Run the script:

    python password_generator.py

    (or python3 password_generator.py depending on your system)

  4. Follow the prompts: The script will ask you how many letters, digits, and symbols you want in your password.

    ---Welcome to my password generator---
    Enter the number of symbols you want in your password: 4
    Enter the number of digits you want in your password: 4
    Enter the number of letters you want in your password: 8
    Your password is p8@4Wk!&1L}b5vG2
    

License

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

About

A simple password generator built with Python that allows users to specify the number of letters, symbols, and digits.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages