Open
Description
I'm trying to paste text to the clipboard and keep running into challenges. I tried using pygame.SCRAP_TEXT and it worked outside the main "while" loop for my game, but never inside, so I couldn't put specific variable data from the game into the clipboard.
Then I tried using pyperclip and when exporting to HTML with pygbag, when I tried to run in localhost I just got a black screen and my game never fully rendered.
Is there a way to work with pyperclip? Or another solution for copying text from inside the game to the clipboard?