This application is a simple password generator created by Erika Diaz for the purposes of Python and test automation practice.
- Generates a random password with user-defined length and character types.
- Character types include uppercase letters, lowercase letters, numbers, and special characters.
- Flask web application for easy interaction.
Make sure you have Python and Flask installed. You can install Flask using the following:
pip install flask
-
Clone the repository to your local machine:
git clone https://github.com/ErikaItzelDiaz/passwordGenerator.git
-
Navigate to the project directory:
cd passwordGenerator
-
Run the Flask application:
python app.py
-
Open your web browser and go to http://127.0.0.1:5000/
-
Use the options provided to select the length of the password and the character types to include.
-
Click the "Generate Password" button to generate a new password.
-
Refresh the page to generate a new password with the same settings.
Project inspired by Nicholas Walter
Contributions are welcome! If you have any suggestions, feature requests, or bug reports, please open an issue or create a pull request.