0

Here is a button on the page which when I clicked copies, a value was set to the clipboard. Ex: button click to save wallet address.

It's simple when use single case (with tk or pyperclip.....), but when multi-threading, clipboard so messing.

I have no ideal for this case!

Thank for your time!

Ex with metamask wallet: Metamask Wallet

#with pyperclip:

import pyperclip

value=pyperclip.paste()

namSon Vo
  • 1
  • 1
  • Post the URL and the code you've tried. – AbiSaran Nov 22 '22 at 07:00
  • @AbiSaran I have no ideal for my case, bro. I tried to copy my blockchain address from dApp, like metamask. You can find picture 'Metamask Wallet' above – namSon Vo Nov 23 '22 at 02:35
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Nov 23 '22 at 10:22

0 Answers0