rzbrk / PyVoiceRecognitionV3

Python class (driver) for the Elechouse Voice Recognition Module V3
GNU General Public License v3.0
0 stars 0 forks source link

Create function for "fancy print" of response dicts from various methods of PyVoiceRecognitionV3 #18

Open rzbrk opened 2 years ago

rzbrk commented 2 years ago

The raw messages are frequently used for manual debugging during development but sometimes hard to read because cluttered all over the screen. Consider using termcolor (https://pypi.org/project/termcolor/) for fancy colored output. The raw output could be displayed like in hexdump.