cyan33 / zakas

:robot: A desktop Siri-like voice manager bot, to automate your daily routine.
MIT License
7 stars 0 forks source link

refactor the code structure #8

Closed cyan33 closed 6 years ago

cyan33 commented 6 years ago

The main file (zakas.py) should be as compact and short as possible. So I abstracted the logic about voice recognition into utils. Also, in this way it's more convenient for other modules to consume it.