top of page
Search Results
1 item found for "' txt"
- Search Anything From Any Website In Python
import webbrowser as wb txt = input('Enter Word To Search : ') print('1. GOOGLE 2. YOUTUBE 3. q='+txt) if(website=='youtube'): wb.open('https://www.youtube.com/results? search_query='+txt) if(website=='wikipedia'): wb.open('https://en.wikipedia.org/wiki/'+txt) if(website q='+txt) if(website=='wix'): wb.open('https://codecraze1998.wixsite.com/code-craze/search? q='+txt) #We can add more features in this code by our comfortless.
bottom of page