Initial realease on pypi.org
Now you don't need to clone the repository anymore to access the head tracker, you can simply pip install this package as such,
pip install EACheadtracker
and to initialize it in python:
from EACheadtracker import HeadTracker
HeadTracker.start()
All the code still works from command line normally!
Enjoy! :D