I am trying to overwrite the command Copy - Ctrl+C with the output result I have processed in my Python Script.
For eg. my script output result return this-is-a-test
, and if I run paste (Ctrl+V), it should paste this-is-a-test
Is this achievable in Python context, linux environment?