powderblock / DealWithItReddit

Reddit bot. Computer vision for facial detection and transformation. Python, PRAW, & OpenCV.
http://www.reddit.com/user/DealWithItbot/
MIT License
33 stars 3 forks source link

Improve code readability. #38

Closed porglezomp closed 9 years ago

porglezomp commented 9 years ago

This would include better pep8 compliance, reduction of large ternary clauses, and probably moving more things into functions.

I can take this on.

porglezomp commented 9 years ago

I'm going to try and take this a step further and split it up into a few files, making things as separate as possible.