Skip to content
Prev Previous commit
Next Next commit
Create Readme.md
  • Loading branch information
Komal-99 authored Jun 11, 2021
commit 7dfdcd4962c03303c824f63de080b8bc350fc066
24 changes: 24 additions & 0 deletions AutomationScripts/Weather/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Weather temperature detection

- It is python script to get weather notification on your desktop.
- After every 20 second the notification comes.

### Getting Started

1. Install all Python dependencies.

```
pip install -r requirements.txt
```

2. Navigate into `AutomationScripts`.

```
cd AutomationScripts
```

3. Launch the script

```
python weather.py
```