pygame-text-input icon indicating copy to clipboard operation
pygame-text-input copied to clipboard

a small module that enables you to input text with your keyboard using pygame

Results 4 pygame-text-input issues
Sort by recently updated
recently updated
newest added

until adding "from pygame_textinput import *" Happy to do a pull request, but I'm new-ish to python/pygame/git, so I might be missing something People might be coming to pygame relatively...

same as the image ![image](https://user-images.githubusercontent.com/42893558/210558723-04dd47c0-50ee-4214-a64f-6466c8d1fa9f.png) and the code is showen as below ``` python import pygame import numpy as np from enum import Enum import sys import pygame_textinput from main...