Skip to content

Simple script to settle who's going make the next pot of coffee.

Notifications You must be signed in to change notification settings

hreiten/coffee-chooser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeChooser

The CoffeeChooser helps you choose who's going to make the next pot of coffee. Works with python 2.7+, but python 3.x.x is recommended.

Install and run instructions given for MacOS and terminal.

Install:

git clone https://github.com/reitenhalvor/coffee-chooser 
cd coffee-chooser                           # cd to right directory
python -m venv ./venv                       # make a virtual environment
source venv/bin/activate                    # activate the virtual environment
sudo pip install -r requirements.txt        # install required packages

Instructions:

Run the following in terminal to run the script.

source venv/bin/activate        # source your venv if not already done
python coffee-chooser.py        # run the script

Follow the instructions that's printed to screen.

About

Simple script to settle who's going make the next pot of coffee.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages