vbe-decoder icon indicating copy to clipboard operation
vbe-decoder copied to clipboard

No module named 'colorama'

Open gregarfire opened this issue 1 year ago • 0 comments

Just a request to insert this on Readme, because it was my first time using Python on this PC and I didn't installed colorama, just python on python.org.

For anyone having this issue: No module named 'colorama', go to the CMD and type py -m pip install colorama. Then hit enter.

It will install and solve the issue.

gregarfire avatar Jan 09 '25 16:01 gregarfire