sudo apt-get install xclip xsel -y
import os
print(os.popen('xsel').read())



python get-selected.py