This password strength tester project aims to help users determine the robustness of their passwords.
- Python 3
- virtualenv (Python Library)
-
Clone the repository:
git clone https://github.com/Simon-Blamo/Password-Strength-Tester.git
-
Navigate to the Password Strength Tester directory:
cd Password-Strength-Tester
-
Setup virtual environment:
virtualenv venv
-
Enter virtual environment:
(Mac/Linux):
source venv/bin/activate
(Windows):
.\venv\Scripts\activate
-
Install PyQt6:
pip install PyQt6
-
Run program:
python main.py
For instructions on how to properly use the program, click the help button within the program.
This project was completed as part of a learning experience. Passwords entered in the process are not saved/stored in any capacity.