This repository contains a Python script (passGene.py
) that generates strong and secure random passwords. The script uses the secrets
module in Python to ensure that the generated passwords are cryptographically secure and suitable for protecting sensitive information.
- Generates random passwords of specified length.
- Supports customizing the password with options for including uppercase letters, lowercase letters, digits, and special characters.
- Ensures that the generated passwords are strong and difficult to guess.
- Easy-to-use command-line interface.
- Python 3.x
-
Clone the repository to your local machine:
git clone https://github.com/ankytastic/Password_Generator.git
-
Navigate to the repository's directory:
cd Password_Generator
-
Run the
passGene.py
script:python passGene.py
Then the user will be prompted to enter the length of the password required.
This will generate a random password with a length of specified characters, including uppercase letters, lowercase letters, digits, and special characters.
This project is licensed under the MIT License.
Feel free to use, modify, and distribute this script as per the terms of the license.
If you find any issues or have ideas to improve the password generator, feel free to create a pull request or open an issue in the repository.
Let's make password generation easier and more secure together!