python3 GoogleFU.py
Traceback (most recent call last):
File "/home/dark/Desktop/tools/GoogleFU/GoogleFU.py", line 2, in
from modules.search import Search
File "/home/dark/Desktop/tools/GoogleFU/modules/search.py", line 1, in
from googlesearch import search as gsearch
ImportError: cannot import name 'search' from 'googlesearch' (/usr/local/lib/python3.11/dist-packages/googlesearch/init.py)
python3 GoogleFU.py
Traceback (most recent call last):
File "/home/dark/Desktop/tools/GoogleFU/GoogleFU.py", line 2, in
from modules.search import Search
File "/home/dark/Desktop/tools/GoogleFU/modules/search.py", line 1, in
from googlesearch import search as gsearch
ImportError: cannot import name 'search' from 'googlesearch' (/usr/local/lib/python3.11/dist-packages/googlesearch/init.py)