This is a simple command-line tool for generating secure passwords. It allows you to create one or multiple passwords of customizable length, with the option to include special characters, and save them to a file.
- Generate one or many passwords at once
- Customizable password length
- Option to include or exclude special characters
- Save passwords to a text file
- Run the script in a Python environment.
- Enter the desired length of each password.
- Enter how many passwords you want to generate.
- Choose whether to include special characters.
- Choose whether to save the passwords to a file.
Example interaction:
```bash How many characters do you want in your password?: 12 How many passwords would you like to generate?: 3 Do you want to include special characters in the passwords? (yes/no): yes Do you want to save the passwords to a file? (yes/no): yes Enter the filename to save passwords to: my_passwords.txt Passwords saved to my_passwords.txt ```
- Python 3.x
- No external dependencies
```bash Here is your password:
cat > README.md << 'EOF'
This is a simple command-line tool for generating secure passwords. It allows you to create one or multiple passwords of customizable length, with the option to include special characters, and save them to a file.
- Generate one or many passwords at once
- Customizable password length
- Option to include or exclude special characters
- Save passwords to a text file
- Run the script in a Python environment.
- Enter the desired length of each password.
- Enter how many passwords you want to generate.
- Choose whether to include special characters.
- Choose whether to save the passwords to a file.
Example interaction:
```bash How many characters do you want in your password?: 12 How many passwords would you like to generate?: 3 Do you want to include special characters in the passwords? (yes/no): yes Do you want to save the passwords to a file? (yes/no): yes Enter the filename to save passwords to: my_passwords.txt Passwords saved to my_passwords.txt ```
- Python 3.x
- No external dependencies
```bash Here is your password: g#2Fskz9!HdT Here is your password: t5%LpX3!qWvM Here is your password: Y@9rZx&k2uQw ```
- Add GUI interface
- Add password strength indicator
- Encrypt saved password files
This project is open source and available under the MIT License.