Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 905 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 905 Bytes

Portal

My Magic Mirror Prototype!

A Magic Mirror written in Python with PyQt5

You can get PyQt5 at https://sourceforge.net/projects/pyqt/ or install with

pip3 install pyqt5

What is it?

"Portal" Magic Mirror is an application written in Python designed for the Raspberry Pi.

Dependancies

PyQt5

Go here to install PyQt5 and read documentation

Or in your console you can run:

pip3 install pyqt5

Tweepy

Visit their Github Page here or install through console.

pip3 install tweepy

PRAW

Reddit Module, Visit their Homepage Here and install via PIP

pip3 install praw

OpenCV

Used for Camera integration which allows face recognition

pip3 intall opencv-python