Best Flask open-source libraries and packages

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.
Updated 7 months ago

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