_____ ____
| ___|____ _| _ \ __ _ ___ ___
| |_ / _ \ \/ / |_) / _` / __/ __|
| _| __/> <| __/ (_| \__ \__ |
|_| \___/_/\_\_| \__,_|___/___/
This is a password generator tool that creates , password suggestions based on user input. It uses personal information such as username, name, surname, date of birth, favorite things, and other customizable fields to generate a list of potential passwords.
The generated passwords can then be saved into a text file for later use.
- Customizable Input: You can enter personal details like your name, surname, date of birth, favorite colors, games, sports, and more.
- Password Variations: The tool generates various password combinations using leetspeak, permutations, and common patterns.
- Password Length: You can specify a minimum password length.
- Save to File: The generated passwords can be saved into a file named based on the user's name or username.
- Simple UI: A command-line interface for easy use.
- Python 3.x
To install Library, run:
pip install -r requirements.txt