WiFiBroot
WiFiBroot copied to clipboard
Syntax error
File "/data/data/com.termux/files/home/WiFiBroot/wifibroot.py", line 197 print "\n"+tabulate(tabulator__, headers=__HEADERS)+"\n" ^ SyntaxError: invalid syntax
You should use python version 2.x. I would recommend creating a new virtual env
conda create --name py2 python=2.7
and then re-run the code