Skip to content

Instantly share code, notes, and snippets.

@JayantGoel001
Created May 7, 2021 12:36
Show Gist options
  • Save JayantGoel001/68bbb057b5f991a3a0c3c59ab301ab0c to your computer and use it in GitHub Desktop.
Save JayantGoel001/68bbb057b5f991a3a0c3c59ab301ab0c to your computer and use it in GitHub Desktop.
Google Search using python and pywhatkit
import pywhatkit as kt
target = input("Search Google or type a URL")
kt.search(target)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment