Skip to content

Simon-Blamo/Password-Strength-Tester

Repository files navigation

Password Strength Tester

This password strength tester project aims to help users determine the robustness of their passwords.

Requirements

  • Python 3
  • virtualenv (Python Library)

Getting Started

  1. Clone the repository:

    git clone https://github.com/Simon-Blamo/Password-Strength-Tester.git

  2. Navigate to the Password Strength Tester directory:

    cd Password-Strength-Tester

  3. Setup virtual environment:

    virtualenv venv

  4. Enter virtual environment:

    (Mac/Linux): source venv/bin/activate

    (Windows): .\venv\Scripts\activate

  5. Install PyQt6:

    pip install PyQt6

  6. Run program:

    python main.py

Usage:

For instructions on how to properly use the program, click the help button within the program.

Disclaimer

This project was completed as part of a learning experience. Passwords entered in the process are not saved/stored in any capacity.

About

Developed Fall '23.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages