Skip to main content

How To Paste Screen Shot ⏰ 🎉

btn = tk.Button(root, text="Paste Screenshot (Ctrl+V)", command=paste_screenshot) btn.pack()

def paste_screenshot(): try: # Grab image from clipboard img = ImageGrab.grabclipboard() how to paste screen shot

Across almost all computer platforms and software, the standard command to paste is: Ctrl + V Mac: Command + V How to Paste a Screenshot on Windows btn = tk