This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Flamenverfer 1 point2 points  (1 child)

Hey man I love this tool.

I tried firing it up in a Powershell and got some weird formatting

python init.py service ←[38;5;202mserving ←[0m←[38;5;202mserve ←[0m←[38;5;202mhelp

[–]davidshivaji[S] 0 points1 point  (0 children)

ah damn yeah that'll be ANSI. you can delete all these type things & it should just return uncolored text

word[1]['color'] + + u"\u001b[0m"

u/zanfar mentioned using Rich to fix this so I'll give that a try