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

Use colorama for coloring #28

Closed
Brickster opened this issue Oct 30, 2015 · 0 comments
Closed

Use colorama for coloring #28

Brickster opened this issue Oct 30, 2015 · 0 comments

Comments

@Brickster
Copy link
Owner

Using colorama will allow coloring on Windows machines, as well.

from colorama import Fore
# ...
title = '{no_color}({green}master{no_color})'.format(no_color=Fore.RESET, green=Fore.GREEN)
Brickster added a commit that referenced this issue Jan 8, 2018
Use colorama rather than manually adding ANSI codes. This also means
Windows users should get properly colored output.

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

No branches or pull requests

1 participant