The only one is PyTermGUI.
pip install -r requirements.txtpython3 solucao.pyIf you have mypyc from Mypy
mypy --strict --strict-optional --pretty solucao.pyAnd then you can do (if you want)
mypyc solucao.py
python3 -c "import solucao; solucao.main()"This is great for testing runtime safety due to mypy's typechecking