Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 840 Bytes

File metadata and controls

35 lines (23 loc) · 840 Bytes

Password Generator

This mini project helps users create secure passwords using personally significant words, making them both memorable and resistant to guessing attacks.

Tech Stack

  • Python
  • Pytest

Key Features

  • Password Generation: Generates 3 passwords to the user
  • Saving generated passwords: Saves generated passwords to a CSV file with an identifier given by the user

How It Works

  1. Run the application
  2. Type in 3 or more words that are familiar or easy to remember
  3. Either save or quit the program after the passwords are generated

Getting Started

Prerequisites

  • Python 3.10 or higher

Installation

git clone https://github.com/YumethW/CS50P-FinalProject.git
cd CS50P-FinalProject

Acknowledgments

Special thanks to: