как скопировать текст в буфер обмена how to copy text to clipboard | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

как скопировать текст в буфер обмена how to copy text to clipboard

как скопировать текст в буфер обмена при выполнении программы Python? желательно чтобы этот метод ещё и на pydroid3 работал. how can I copy text to clipboard when executing a Python program? I need method also working on pydroid3

11th May 2023, 4:18 PM
technocat
technocat - avatar
3 Answers
0
technocat you can't directly import the package like that, You can install any package but be careful the sololearn compiler don't import lengthy package https://code.sololearn.com/ct11TWwj9uAj/?ref=app
11th May 2023, 7:09 PM
Sakshi
Sakshi - avatar
+ 1
Use pyperclip module
11th May 2023, 5:02 PM
Sakshi
Sakshi - avatar
11th May 2023, 6:17 PM
technocat
technocat - avatar