python copy to clipboard
i am trying to find simple code to copy some text to clipboard and none of it works. at all
also the pyperclip module doesn't work.
Voters
bearableschemer
Copy to what clipboard? If you want to put something into your computer's clipboard, I'm pretty sure you need to execute javascript in the browser.
ibstv
@bearableschemer I shouldn't need to, because it works on my computer, but not on repl
Repl.it runs pytohn on computers far away and gives you the console here. The problem is that you can't copy to your conputer only to the servers that don't have that functionality.