This is a command-line interface (CLI) tool for generating passwords.
- Generates passwords of specified length, with length >= 8.
- Generates a set of random words from a ~10k world list.
First, make sure to have Python 3.X or higher.
- Clone the repo
git clone https://github.com/kizzandev/password-generator.git
cd password-generator
- Run the script
python3 main.py
$ python3 main.py
1. Create a random string
2. Create a random set of words
3. Exit
$ 1
Select amount of characters (>7): 8
?!8QJCgY
Contributions are welcome! If you have suggestions for improvements or new features, please feel free to open an issue or submit a pull request.
This project is open source and available under the MIT License.