Comments on installataion

This commit is contained in:
MikeTheWatchGuy 2019-08-15 22:18:51 -04:00
parent 652c24c17c
commit c4d149f5c3
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ import cv2
timing shows an animation of more than 10 fps when running any of the PySimpleGUI ports. timing shows an animation of more than 10 fps when running any of the PySimpleGUI ports.
Also added onto this are a spinner and a slider. They do essentially the same thing, enable a pair of parameters Also added onto this are a spinner and a slider. They do essentially the same thing, enable a pair of parameters
to be modified on the fly. to be modified on the fly.
You need PySimpleGUI installed as well as OpenCV. Both are easily installed via pip:
pip install PySimpleGUI
pip install opencv-python
On Linux / Mac use pip3 instead of pip
""" """
# The magic bits that make the ASCII stuff work shamelessly taken from https://gist.github.com/cdiener/10491632 # The magic bits that make the ASCII stuff work shamelessly taken from https://gist.github.com/cdiener/10491632