A Python program for returning search results from Google Search based on a particular query.
Google module of Python
- Install the required module (google)
- Open the file google_search.py in your Python text editor
- Run the program
Use the package manager pip to install the module
pip install google
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Can be used to develop a backend service for a desktop application or implement a web-search with Python running on the server.