0
How to install pyperclip3 module & access clipboard permissions?
It raises ClipboardSetUpException Help me guys https://code.sololearn.com/c1F8QX2FjHTr/?ref=app
5 Answers
+ 1
Can't use that on mobile
+ 1
I think in solo it won't work you should try in pycharm or vs code and it should work fine or download any another app from playstore
+ 1
Yo I've needed to make use of clipboard on mobile and found out how. Use termux. You can write python script and using the os module. As long as you have the termux-api app installed and ran pkg install termux-api you will be able to pipe any text to: termux-clipboard-set and the api will copy it to your mobile clipboard. Just did this yesterday and it works like a charm. The syntax is:
<textToCopy> | termux-clipboard-set
+ 1
Thank Slick ,
I'm using Termux too