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
- Host: GitHub
- URL: https://github.com/slowy07/modernmirror
- Owner: slowy07
- License: gpl-3.0
- Created: 2020-12-07T23:10:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T02:37:08.000Z (over 4 years ago)
- Last Synced: 2025-01-23T06:12:33.790Z (about 1 year ago)
- Topics: internet-of-things, python, python-project, python3, smart, smart-home
- Language: Python
- Homepage:
- Size: 735 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modernMirror

## 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
```