First Year BTech CSE Student
FeaturesRequirements
Installation
Usage
License Generate passwords of customizable length Option to include uppercase letters, numbers, and special characters Generate multiple passwords at once Save generated passwords to a text file
Python 3.x
No installation required. Simply clone/download the repository and run the script. Run the script usingpython advanced_password_generator.py
Follow the prompts to customize password generation options
Choose to save generated passwords to a file (optional)
This program is licensed under the MIT License.
For any questions, suggestions, or feedback, please contact me here.
Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.
Python's built-in random
and string
modules for password generation