Python wrapper

Hi guys,
https://github.com/esdalmaijer/PyTribe is a first attempt at creating a decent Python wrapper. The current classes are for simple communication with the eye tracker by using methods, which saves you from continuously having to send and parse JSON messages.
I plan to write an EyeTribe class on top of this soon, with higher level methods (e.g. 'calibrate', 'validate', 'drift_check', 'start_recording', 'stop_recording' etc., much like these: https://github.com/esdalmaijer/PyGaze/t ... eyetracker). But please do have a go at testing the current classes; any feedback is welcome!
Best,
Edwin
https://github.com/esdalmaijer/PyTribe is a first attempt at creating a decent Python wrapper. The current classes are for simple communication with the eye tracker by using methods, which saves you from continuously having to send and parse JSON messages.
I plan to write an EyeTribe class on top of this soon, with higher level methods (e.g. 'calibrate', 'validate', 'drift_check', 'start_recording', 'stop_recording' etc., much like these: https://github.com/esdalmaijer/PyGaze/t ... eyetracker). But please do have a go at testing the current classes; any feedback is welcome!
Best,
Edwin