My stock checker based on Python and django.
pip3 install yahoo_fin
pip3 install yfinance
pip3 install requests_html
pip3 install django
Run in terminal
python3 manage.py runserver
and open displayed server link (e.g. http://127.0.0.1:8000/) in browser.