I have a piece of code in Python 3.7:
from colorama import Fore as F print(F.GREEN + "Green")
It used to work but now it returns an error saying ModuleNotFoundError: No module named 'colorama'. The same thing happened to termcolor!
ModuleNotFoundError: No module named 'colorama'
This has happened to me with termcolor and I just went to packages and searched it up and installed it and then it worked.
@MATHyou nope. when I search it up on the module sidebar, it just doesn't show up...
Why aren't the Colorama and Cprint packages working?
I have a piece of code in Python 3.7:
It used to work but now it returns an error saying
ModuleNotFoundError: No module named 'colorama'
. The same thing happened to termcolor!This has happened to me with termcolor and I just went to packages and searched it up and installed it and then it worked.
@MATHyou nope. when I search it up on the module sidebar, it just doesn't show up...