mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-30 03:31:35 +00:00
Added copy to clipboard option
This commit is contained in:
@@ -24,7 +24,7 @@ def setup ():
|
||||
except:
|
||||
return logging.exception("Output: Error during initialization.")
|
||||
|
||||
def Copy(text):
|
||||
def copy(text):
|
||||
import win32clipboard
|
||||
#Copies text to the clipboard.
|
||||
win32clipboard.OpenClipboard()
|
||||
|
Reference in New Issue
Block a user