https://github.com/get-unknown-err0r/password-generator
A Python-based Password Generator tool that can create random passwords with customizable settings. Users can also generate passwords partially based on their name for a personal touch.
https://github.com/get-unknown-err0r/password-generator
arpit-prajapati bash-script get-unknown-err0r github password-generator python-library python3
Last synced: 3 days ago
JSON representation
A Python-based Password Generator tool that can create random passwords with customizable settings. Users can also generate passwords partially based on their name for a personal touch.
- Host: GitHub
- URL: https://github.com/get-unknown-err0r/password-generator
- Owner: GET-UNKNOWN-ERR0R
- Created: 2024-12-29T14:12:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T14:34:06.000Z (over 1 year ago)
- Last Synced: 2025-02-24T10:48:20.178Z (over 1 year ago)
- Topics: arpit-prajapati, bash-script, get-unknown-err0r, github, password-generator, python-library, python3
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
A Python-based **Password Generator** tool that can create random passwords with customizable settings. Users can also generate passwords partially based on their name for a personal touch.
### OUTPUT

## Features
- Generate 50 random passwords at a time.
- Customize password length and character types:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
- Option to include a name in the generated passwords.
---
## How to Use
### Prerequisites
- Python 3.x installed on your system.
- A terminal or command-line interface.
- (For Linux/macOS users) Bash shell.
## Steps to Run the Project
### For Linux
1. Clone the Repository
```bash
git clone https://github.com/GET-UNKNOWN-ERR0R/password-generator.git
cd password-generator
2. Make script executable:
```bash
chmod +x run.sh
./run.sh
### Manually
1. Clone the Repository
```bash
git clone https://github.com/GET-UNKNOWN-ERR0R/password-generator.git
cd password-generator
2.Firstly,Ensure that Python3 is installed on your system if not then install it
```bash
python3 passwd-generator.py
```
### License