joelhaasnoot / mugpy

A client for Mugsy - your robotic coffee maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mugpy: A Mugsy client for python

MIT License

What?

An API wrapper to brew coffee with the Mugsy Robotic Coffee maker by Matthew Oswald. In his own words:

Mugsy is the world's first hackable, customizable, dead simple, robotic coffee maker.

Usage

from mugpy.api import Mugpy

mugsy = Mugpy("a", "b", "c")
result = mugsy.coffee_now()
print(result)  # Boolean

Notes

I don't actually have a machine yet and the API isn't live quite yet.

About

A client for Mugsy - your robotic coffee maker

License:MIT License


Languages

Language:Python 100.0%