How to Solve NameError: name 'Style' is not defined -- colorama

Solution: Import the 'Style' module

To Solve the error, add the following line to the top of your code.

from colorama import Style

 

For more information:
Python colorama Style