BytePhoenixCoding / BlockchainTokenSniper

Please see website / Telegram group for more details.
473 stars 286 forks source link

Colors. #18

Closed crypto-MMXXII closed 3 years ago

crypto-MMXXII commented 3 years ago

Hi and thanks for bringing out this sniper. Nice job. I am currently exploring it in watch only mode. But I have some questions about the colors, they don´t work. i am on a win10 with normal cmd usage. What do I need to install to let the colors show up. thats all...

thanks

crypto-MMXXII commented 3 years ago

You can close the issue: i fixed it with the following additional test and installes:

in the BSC TokenSniper.py add the following: import colorama from termcolor import * colorama.init()

then install pip install termcolor and pip install colorama

additional activate the VirtualTerminalLevel in console in registry found here:

https://superuser.com/questions/413073/windows-console-with-ansi-colors-handling

maby it helps someone

grafik