

# https://www.globalsino.com/ICs/page4853.html
# Type capital letters


import pyautogui as pg
import time

time.sleep(3)
pg.hotkey('shift', 'c')
pg.hotkey('shift', 'c')
pg.hotkey('shift', 'c')


