Advertisement
Guest User

Untitled

a guest
Aug 27th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import pyautogui
  2.  
  3.  
  4. pyautogui.alert('Display alert, click ok.')
  5. userName = pyautogui.prompt('Enter username: ')
  6. pyautogui.alert('Hello ' + userName)
  7. userPassword = pyautogui.password('Enter password: ')
  8. pyautogui.alert('Welcome')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement