An open API service indexing awesome lists of open source software.

https://github.com/slowy07/modernmirror

smart mirror using raspberry pi
https://github.com/slowy07/modernmirror

internet-of-things python python-project python3 smart smart-home

Last synced: 12 months ago
JSON representation

smart mirror using raspberry pi

Awesome Lists containing this project

README

          

# modernMirror

![illustration](https://image.freepik.com/free-vector/smart-home-iot-isometric-composition_1284-23920.jpg)

## scrapping web
[weather.com](https://weather.com)

## Download
```!bash
git clone https://www.github.com/slowy07/modernMirror.git
```
for requirements
```bash
sudo pip install -r requirements.txt
```
## for wiki and scrapping weather
```
pip install wikipedia
```
beautfullsoup
```
pip install beautifulsoup4
```