Is there a way to leave python code running when the computer is shutdown? -


i have python script checks temperature every 24 hours, there way leave running if shut computer down/log off.

shutdown - no.
logoff - potentially, yes.

if want script automatically start when turn computer on, can add script startup folder (windows) or schedule script (windows tasks, cron job, systemd timer).

if want temperature tracker permanently available, can use low-power solution raspberry pi rather leaving pc on.


Comments