How can I use Python to check the temperature and humidity of a room anywhere and anytime via my phone or computer?

Hi all,
I want to use Python to check the temperature and humidity of a room anywhere and anytime via my phone or computer. How can I create it ?

You can’t check the temperature or humidity with Python, it’s just a programming language. You need some sort of temperature and humidity sensor, which you can then read from.

Do you have a sensor? If not, you need to get one. It is best to look for one that already has libraries to query it.

Here is an example of somebody who used Python to query a temperature sensor:

Hello Steven,
I am a beginner to Python. Thanks for your timely help. I will try it.
Thanks again