Use flask to show YouTube api with thread result.
git clone https://github.com/Jack-1D/YouTube_api_thread.gitcd YouTube_api_thread
#若指令使用python3,輸入這行
python3 -m venv repo
#若指令使用python,輸入這行
python -m venv repo
repo\Scripts\activate.bat
pip install -r requirements.txtflask run