Password Checker

This is a small tool for generating and checking the strength of passwords. It is run as a command line script and written in Python.

Its two main features are:

This project was created as part of my submission for CS50s Programming with Python course and was an opportunity to practice using Python classes and test-driven development with the pytest framework.

Tech Stack

Showcase

CLI Password Checker
CLI Password Generator