Xperience the Xpertise..
import time, sys, pyautogui
def barcode_scan(delay, output):
time.sleep(delay)
pyautogui.typewrite(output)
barcode_scan(4, 'DU0000000084')
No comments:
Post a Comment