Skip to content

Instantly share code, notes, and snippets.

View eugenefauntleroy's full-sized avatar

Mich eugenefauntleroy

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()