Created
May 7, 2021 12:36
-
-
Save JayantGoel001/68bbb057b5f991a3a0c3c59ab301ab0c to your computer and use it in GitHub Desktop.
Google Search using python and pywhatkit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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