atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
730 stars 135 forks source link

[Windows] No Colours #6

Closed atenreiro closed 4 years ago

atenreiro commented 4 years ago

Colorama colour scheme is not showing on Windows terminal.

l3str4nge commented 4 years ago

The problem is caused by the lack of ANSI by Windows. Here is a discussion on this topic: https://stackoverflow.com/questions/9848889/colorama-for-python-not-returning-colored-print-lines-on-windows. I've tried solution with

from colorama import init
init()

and it almost works but colors are different (green instead blue).

Perhaps adding help wanted and good first issue labels will bring someone experienced here with this topic :)

atenreiro commented 4 years ago

Yes, this is actually easy to fix just not working on this as a priority. I list here to keep in the list :-)

changed to "good first issue"