/coffee-addiction-manager

Simple command-line application that gives you an answer to the question: "Can I have coffee today?"

Primary LanguagePythonMIT LicenseMIT

This is a super simple command-line application who's sole purpose is to allow one to enjoy coffee without developing an addiction.

You run the command can_i_have_coffee and it will tell you yes or no.

Currently, you have a 50% chance of having coffee on any given day. (66% if you are having a hard day)

However, if you have coffee for three days in a row, you can't have coffee today (to prevent a dependence).

Enjoy!