Skip to content

Instantly share code, notes, and snippets.

View Thomasduhtank's full-sized avatar
🍍
I'm ugly & I'm proud

Thomasduhtank

🍍
I'm ugly & I'm proud
View GitHub Profile
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time
import random
import sys
def print_same_line(text):
sys.stdout.write('\r')
sys.stdout.flush()