I found this xgoogle python modules http://github.com/pkrumins/xgoogle, very interesting. How exactly should i include or install these files in linux??
if i want to do something like this using xgoogle python module?
>>from xgoogle.search import GoogleSearch
I know that we can use from, import to use modules, but to include an external module, what should i do? Should i need to install module or what?