Skip to content

Instantly share code, notes, and snippets.

View Ektaynot's full-sized avatar
💚
vibing at fizik çimenleri

İsmail Efe Ektaynot

💚
vibing at fizik çimenleri
View GitHub Profile
#!/usr/bin/env python3
# Written by ChatGPT
import requests
from bs4 import BeautifulSoup
import argparse
import pyperclip
parser = argparse.ArgumentParser(description='Get the first url from a google search.')
parser.add_argument('-w', '--word', type=str, help='Word')