Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 592 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 592 Bytes

Turnt

MLH ConuHacks III first place overall winner

IOT Automatic Drink Recipe Mixer

Turnt is an IOT drink maker. Made with Python, G-code, 1/2" ID plumbing, CNC step motors, Qualcomm micro-controller, garden hose valves, and 2 milk cartons.

How to run

~ python3 -m venv .env
~ source .env/bin/activate
~ sudo pip install -r requirements.txt
~ deactivate
~ chmod a+x run.py
~ ./run.py

What It Does

Devpost