andrewda / frc-score-detection

A program to detect FRC match scores from their livestream.
GNU General Public License v3.0
15 stars 2 forks source link

Optimized user experience: Fixes #9 #10

Open snowsignal opened 7 years ago

snowsignal commented 7 years ago

I've rewritten the script so that it analyzes command line arguments first before importing other modules.

snowsignal commented 7 years ago

I'll fix the formatting issues.

snowsignal commented 7 years ago

Should we merge changes? Or do I need to fix anything else?

andrewda commented 7 years ago

@JacksonCoder I still want some kind of module to be added before merging so we can do all imports at the top. Flake8 will be very angry otherwise, and it's a little weird to have imports in the middle of the code in Python.