Succesfuly installed and upgraded the package, still, PyCharm doesn't recognise:
from colorama import fore
Error msg: ImportError: No module named 'colorama'
.
Wherever you installed Colorama, it probably isn't on your PYTHONPATH environment variable. There are already lots of great answers on this site about how to view/update your PYTHONPATH, so I won't repeat them here.