Skip to content

Anugya-Gogoi/Internet-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Internet-Search

A Python program for returning search results from Google Search based on a particular query.

Technologies Used

Google module of Python

How to use?

  1. Install the required module (google)
  2. Open the file google_search.py in your Python text editor
  3. Run the program

Installation of modules

Use the package manager pip to install the module

pip install google

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Usage

Can be used to develop a backend service for a desktop application or implement a web-search with Python running on the server.

License

MIT