Pass Selected Text to Python

PHOTO EMBED

Tue Dec 28 2021 13:24:06 GMT+0000 (Coordinated Universal Time)

Saved by @blackbirdwake #python

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



python get-selected.py
content_copyCOPY

untested

https://stackoverflow.com/questions/7082027/python-get-selected-text