How to install pyperclip3 module & access clipboard permissions? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to install pyperclip3 module & access clipboard permissions?

It raises ClipboardSetUpException Help me guys https://code.sololearn.com/c1F8QX2FjHTr/?ref=app

19th Sep 2021, 7:16 AM
Cai
Cai - avatar
5 Answers
+ 1
Can't use that on mobile
19th Sep 2021, 9:06 AM
Slick
Slick - avatar
+ 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
20th Sep 2021, 3:52 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 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
23rd Feb 2022, 7:32 PM
Slick
Slick - avatar
+ 1
Thank Slick , I'm using Termux too
26th Feb 2022, 1:23 PM
Cai
Cai - avatar
0
A.S. ,Slick Thanks guys. It works on pycharm.
20th Sep 2021, 4:38 AM
Cai
Cai - avatar