I'm using PyCharm and virtual environment (venv)
activate your virtualenv (in my case from thesis_project folder)
run: pip install -r requirements.txt in your terminal
An application called idn_tool
Navigate to the idn_tool folder
run (with continuous reload): flask --debug run
run without reload: flask run
https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_theme_me_complete&stacked=h
https://colorhunt.co/palette/003c43135d6677b0aae3fef7
003C43 - darkest (nordic noir)
135D66 - Beau Vert
77B0AA - sereni teal
E3FEF7 - lightest (calm waters)
complementary colours - https://colorkit.co/color/135d66/
b0777d - complementary to #77B0AA
661c13 - complementary to #135D66
SQL
show columns from....;
show tables...;