Skip to content

picklejason/weatherobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published