This is a simple Python password generator that generates strong, random passwords and saves them to a text file. The program allows customization of password length and automatically stores the generated password for later use.
- Generates strong, random passwords of customizable length.
- Supports letters (both uppercase and lowercase), digits, and special characters.
- Saves the generated password to a text file (
generated_password.txtby default). - You can specify the desired password length when running the program.
- Clone or Download the Project:
You can either clone the repository or download the
password_generator.pyfile.
git clone https://github.com/guruashish-dev/password-generator.git
cd password-generator