traceback (most recent call last):
File "/home/ramandaksh/TBomb/bomber.py", line 19, in
from utils.decorators import MessageDecorator
File "/home/ramandaksh/TBomb/utils/decorators.py", line 1, in
from colorama import Fore, Style
ModuleNotFoundError: No module named 'colorama'
ramandaksh@penguin:~/TBomb$
Getting this on Chrome os on running this using git clone
traceback (most recent call last): File "/home/ramandaksh/TBomb/bomber.py", line 19, in
from utils.decorators import MessageDecorator
File "/home/ramandaksh/TBomb/utils/decorators.py", line 1, in
from colorama import Fore, Style
ModuleNotFoundError: No module named 'colorama'
ramandaksh@penguin:~/TBomb$
Getting this on Chrome os on running this using git clone