Open-Source-Battle-Bot
Open-Source-Battle-Bot copied to clipboard
Not an issue but a name bug in Windows 10 for Python module fix (a guide)
There is a name error with Python in Windows 10, when you haven't used a Python program like the bot in a long time it might say missing module "Crypto" or whatever or cannot find module "Crypto".
What I have discovered is that these are mostly name issues, yes you have to go to the folder of the site packages and edit the name from "crypto" to "Crypto" with a capital C for example. Have seen these errors come while installing packages on Python alot in Windows 10, so be aware.