Skip to content

Game never fully renders when pyperclip module is present (looking for method to copy text to clipboard) #78

Open
@pcbills

Description

@pcbills

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions