UlysseBerra / password-checker

(old school project of mine) A web app made using Python with Flask, sqlite3, HTML, CSS and vanilla JS. It is made to check the strength of your password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Checker

A web app made using Python with Flask, sqlite3, HTML, CSS and vanilla JS. It is made to check the strength of your password.

Instructions

Download the project and run the "main.py" file in the "server" directory.

In another terminal window, navigate to the "client" directory and do

$ python3 -m http.server --bind 127.0.0.1 80

Then, in your browser, go to 127.0.0.1/index.

Credits

  • Ulysse Berra
  • Samuel Atack

About

(old school project of mine) A web app made using Python with Flask, sqlite3, HTML, CSS and vanilla JS. It is made to check the strength of your password.


Languages

Language:JavaScript 39.1%Language:Python 24.9%Language:CSS 20.9%Language:HTML 15.0%