making my own way to learn from Corey Shafer
youtube videos and put my knowledge into it.
sudo pacman -S python-pip
python -m venv venv
touch .gitignore
. venv/bin/activate
export FLASK_APP=origami.py
then use flask run
export FLASK_DEBUG=1
if '__name__' == '__main__':
Flask.app(debug=True)