Skip to content

password generator created by software test automation engineer; Erika Diaz

Notifications You must be signed in to change notification settings

ErikaItzelDiaz/passwordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

This application is a simple password generator created by Erika Diaz for the purposes of Python and test automation practice.

Features

  • 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.

Getting Started

Prerequisites

Make sure you have Python and Flask installed. You can install Flask using the following:

pip install flask

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/ErikaItzelDiaz/passwordGenerator.git
  2. Navigate to the project directory:

    cd passwordGenerator
  3. Run the Flask application:

    python app.py
  4. Open your web browser and go to http://127.0.0.1:5000/

  5. Use the options provided to select the length of the password and the character types to include.

  6. Click the "Generate Password" button to generate a new password.

  7. Refresh the page to generate a new password with the same settings.

Attributions

Project inspired by Nicholas Walter

Contributing

Contributions are welcome! If you have any suggestions, feature requests, or bug reports, please open an issue or create a pull request.

About

password generator created by software test automation engineer; Erika Diaz

Topics

Resources

Stars

Watchers

Forks