A small script/utility to constantly measure the temperature of a running raspberry pi. Installation Install poetry: curl -sSL https://install.python-poetry.org | python3 - source Create a virtual environment: python3 -m venv .venv