ok for using this thing:
- install python if you don't have it
- in the terminal or CMD type these lines:
pip3 install -r requirements.txtpython3 -m venv venv- now for linux/mac:
source venv/bin/activate - for windows CMD:
IDKpip3 install flask, flask_loginpython3 app.pyenjoy it
- now for linux/mac:
- connect this thing to a DataBase
- fix the User part
- complite the README.md and add the DB part
- IDK