jorisvos / making-things-smart

Group project 'making things smart'.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

making-things-smart

Group project 'making things smart'.

Requirements

You need to install dateutil.parser You need to install pytz

Install dateutil.parser

  • You may need to install the package manager pip first (if not already installed):
    • sudo apt-get install python-pip
  • Then install the python-dateutil package with:
    • sudo pip install python-dateutil

Install pytz

  • You may need to install the package manager pip first (if not already installed):
    • sudo apt-get install python-pip
  • Then install the python-dateutil package with:
    • sudo pip install pytz

Install PHP

  • Install PHP7.0 package:
    • sudo apt-get install php7.0

Todo

  • Finished colors.py
  • Finished joystick.py
  • Finished set_color.py
  • Add 'set_color()' in main while loop (for set_random_gyroscope_color.py [colors.py])
  • Look at 'set_message.py' if no use, delete
  • Add escape for rainbow.py
  • Finished rainbow
  • Finish main.py
  • Finish set_nightlight.py
  • Finish web
  • Rename 'hue' module

About

Group project 'making things smart'.

License:MIT License


Languages

Language:Python 98.2%Language:PHP 1.8%