simonarvin / eyeloop

EyeLoop is a Python 3-based eye-tracker tailored specifically to dynamic, closed-loop experiments on consumer-grade hardware.
GNU General Public License v3.0
479 stars 68 forks source link

PEP-8 auto format #6

Closed cfculhane closed 3 years ago

cfculhane commented 3 years ago

Auto-format to make the code a bit more consistent with PEP-8.

Also added a requirements.txt to ease installation (will be expanded upon later)

simonarvin commented 3 years ago

Hi Chris

I'll have to review the conflicts before merging. Will keep you updated

Best, Simon

cfculhane commented 3 years ago

No worries, feel free to reject this one as the upcoming restructure PR will change a lot of files, so it might be doing this then.

cfculhane commented 3 years ago

I've fixed the merge issues, was just a few lines where me and @kinow were writing over the top of each other :)