vbe-decoder
vbe-decoder copied to clipboard
No module named 'colorama'
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.