Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avallete/42-CanITakeCoffee
https://github.com/avallete/42-CanITakeCoffee
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avallete/42-CanITakeCoffee
- Owner: avallete
- License: wtfpl
- Created: 2016-10-26T22:29:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T16:11:26.000Z (almost 7 years ago)
- Last Synced: 2024-05-15T04:39:35.362Z (6 months ago)
- Language: Python
- Size: 32.4 MB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Can I Make Coffee ?
### What is it ?:
This is a simple little camera based movement detector. Specially designed to detect if the 42 coffee machine are free.### How it works ?:
It's based on scam.42.fr (so you can't use it outside of 42). And OpenCV library for movement detection.### Demo:
#### Terminal output / debug infos:
![coffee3](https://cloud.githubusercontent.com/assets/8771783/20031916/ea8af6a6-a37f-11e6-8279-45005bd6f39c.gif)#### SystemTray Display
![screen shot 2016-11-16 at 10 30 27 am](https://cloud.githubusercontent.com/assets/8771783/20341819/17810e8c-abe8-11e6-834a-05c6343d0519.png)### Changelog:
- Add SystemTray(OSX top bar) monitoring.## Installation:
### Requirements:
- python3
- pip
- virtualenv### How to:
# Git clone the project
git clone https://github.com/avallete/42-CanITakeCoffee.git; cd CanIMakeCofee
makeTo run the SystemTray Monitoring:
source venv/bin/activate; python coffee_monitor -st &
To run the Terminal Monitoring:
source venv/bin/activate; python coffee_monitor
## This project is deprecated and no longer maintened
## License
Copyright © 2016 Valleteau AndrewThis work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar.See the license.txt file for more details.