Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colored text in Windows Shell #3

Open
Steffeeeen1234 opened this issue Dec 27, 2017 · 0 comments
Open

Colored text in Windows Shell #3

Steffeeeen1234 opened this issue Dec 27, 2017 · 0 comments

Comments

@Steffeeeen1234
Copy link

Hello,

i have been using you Cozmo Voice Commands and I had problems with the collored text when i start the cvc.py under the windows shell. I found out that there is something missing (at least at my PC). I inserted the following two lines to the file "cozmo_voice_commands.py"

import colorama colorama.init()

right after

#!/usr/bin/env python3
'''
Cozmo Voice Commands (CvC)
Author: Riccardo Sallusti - http://riccardosallusti.it
Description: Issue complex voice commands to Cozmo, and watch him execute them.
More informations: https://github.com/rizal72/Cozmo-Voice-Commands
License: GNU
'''
import sys
import os
import asyncio
import operator
import glob
import json

and now it is working. Everything is colored now.
shell after
shell bevor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant