picklejason / weatherobe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Flask Authentication

This repository contains the code used in the Python Flask Authentication video uploaded on my YouTube channel.

Installation

Use the package manager pip to install the required dependencies

Windows:
pip install -r requirements.txt 
macOS/Linux:
pip3 install -r requirements.txt

Usage

Windows:
python app.py
macOS/Linux:
python3 app.py

About

License:GNU General Public License v3.0


Languages

Language:HTML 62.2%Language:Python 37.8%