I have a Python code that inputs the amount of liters of a water tank (I made the signal adaptation for gpio...3.3V ), and send the data to remote database ( r = requests.get...), it`s work fine.
my script is launched after the raspberry pi boot. (etc/init.d)
but now i thinking the way to show the data in a tv screen automatically...after the raspberry pi finished to boot process
can I run a flask server or another server (lamp) so that when launching raspberry the amount of registered liters is shown in a tv screen? What does a flask server need? Which are the other options?.
if someone can give me an idea to start....thanks