Как автоматически скопировать вывод в буфер обмена в Python
import pyperclip
pyperclip.copy('The text to be copied to the clipboard.')
Dabuilda
import pyperclip
pyperclip.copy('The text to be copied to the clipboard.')