A Python typehint explainer!
Available as a cli, as a website, as a vscode extension
Extremely simple. Clone the repo, Install the python packages flask and typesplainer, cd typesplainer-web/src/website, flask run. So basically
git clone https://github.com/wasi-master/typesplainer-web
pip install flask
pip install typesplainer
cd typesplainer-web/src/website
flask runThe requirements.txt file does have the dependency uwsgi but that's for production deployment, for personal use that's not necessary.