structure opened this issue on Jun 27, 2019 ยท 94 posts
structure posted Fri, 10 April 2020 at 7:04 PM Forum Coordinator
Copy to Clipboard
without wx :
from subprocess import check_callclass clipboard:def copy2clip(self, txt):cmd='echo '+txt.strip()+'|clip'return check_call(cmd, shell=True)
Locked Out