HackTheWorld
HackTheWorld copied to clipboard
the program can't run
if i use the python2 this error is shown:
if i use python this errror is shown:
edit: i did install pycrypto, pycryptodome and the termcolor
make below changes to work in python3 : https://github.com/rebornindishell/HackTheWorld/commit/5c2c7645ad68bea279b5a38b14b6038c2612c75c
This! For anyone who has the same problem, fix all the syntax errors in the HackTheWorld.py provided by @rebornindishell .
Thank you.