A Python Script that Records Weather from API's and Local Sensors
Note: You may wish to run this script in a virtual environment, as these modules will install system-wide. To find out more, see here
- Clone the repo
git clone https://github.com/EuanSteven/WeatherRecords
- Install Python packages
# Windows cd WeatherRecords py -3 -m pip install -r requirements.txt # Unix cd WeatherRecords python3 -m pip install -r requirements.txt
- Run the
main.py
file usingpython3 main.py
This repository is licensed under the Apache 2.0 License.
Copyright ©️ 2024 Euan Steven