Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 403 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 403 Bytes

偽装体温計 (Fake Thermometer)

URL: https://sai8951.pythonanywhere.com/

Local Run

Installation using miniconda

Create env.

conda create -n fakethermo python=3.10
conda activate fakethermo

Package

conda install flask

Run

python thermometer.py

*****

You can also set up this app using pipenv.

pipenv install