Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhranil002/passwordgenerator
PasswordGenerator is a Python script that 𝗴𝗲𝗻𝗲𝗿𝗮𝘁𝗲𝘀 𝘀𝗲𝗰𝘂𝗿𝗲 𝗽𝗮𝘀𝘀𝘄𝗼𝗿𝗱𝘀 with customizable length, including options for numbers and special characters. Enhance your security effortlessly! ... ❤️
https://github.com/subhranil002/passwordgenerator
password password-generator pyrhon3 python python-3 python-script random string
Last synced: 4 days ago
JSON representation
PasswordGenerator is a Python script that 𝗴𝗲𝗻𝗲𝗿𝗮𝘁𝗲𝘀 𝘀𝗲𝗰𝘂𝗿𝗲 𝗽𝗮𝘀𝘀𝘄𝗼𝗿𝗱𝘀 with customizable length, including options for numbers and special characters. Enhance your security effortlessly! ... ❤️
- Host: GitHub
- URL: https://github.com/subhranil002/passwordgenerator
- Owner: subhranil002
- License: mit
- Created: 2023-09-03T15:54:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T09:09:06.000Z (9 months ago)
- Last Synced: 2024-02-07T10:27:42.178Z (9 months ago)
- Topics: password, password-generator, pyrhon3, python, python-3, python-script, random, string
- Language: Python
- Homepage: https://github.com/subhranil002
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasswordGenerator
PasswordGenerator is a Python script designed to generate random passwords based on user-defined criteria.
## Description
This script utilizes Python's `random` and `string` modules to create strong and customizable passwords. Users can specify the minimum length of the password and choose whether to include numbers and special characters.
## Features
- Generates passwords with customizable length.
- Option to include numbers and special characters for increased security.
- Simple and easy-to-use interface.## Prerequisites
Before running the script, ensure you have Python installed on your system. You can install it from the [official Python website](https://www.python.org/downloads/).
## Usage
1. Clone the repository to your local machine:
```bash
git clone https://github.com/subhranil002/PasswordGenerator.git
```2. Navigate to the directory containing `PasswordGenerator.py`.
3. Run the script using Python:
```bash
python PasswordGenerator.py
```4. Follow the on-screen prompts:
- Enter the minimum length of the password (6 or greater).
- Choose whether to include numbers by entering 'y' or 'n'.
- Choose whether to include special characters by entering 'y' or 'n'.5. The generated password will be displayed on the console.
## Contributing
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/subhranil002/PasswordGenerator?tab=MIT-1-ov-file) file for details.
Made With ❤️