I am trying to run this:
from blessings import Terminal
t = Terminal()
print (t.bold(\'Hi there!\'))
print (t.bold_red_on_bright_green(\'It hurts my eyes!\'))
First Install curses using pip like this Open Command Prompt
type "pip install windows-curses"(This Only works if pip is installed in environmental variables)
If running curses doesn't work using Pycharm, Try other Interpreters Apps like Atom, Visual Studios, and if that does not work, Install Python in Environmental Variables(Links will be at the bottom). Then Launch CMD or Command Prompt and type "python (the root of .py file)" (eg. python C:\Users\user\Plane.py) and then press enter.
Link for installing Python in Environmental Variables - https://www.youtube.com/watch?v=1jyOHCTgWpg