PyInputBox
this is a simple input box, would like feedback.
Nick Jarvis and Nick Wayne
(nickandnicksgaming)
i made this for my XML creator i made in python.
Changes
Links
- Home Page
- http://nickandnicks.yolasite.com
Releases
PyInputBox 1.0.0 — 28 Apr, 2014
Pygame.org account Comments
-
Mekire 2014-04-30 08:47
Nice. If you take advantage of the unicode attribute of pygame events you won't need to worry about mod keys or capslock. Also implementing callback function calling on confirm can be very useful.
Have a look here if you are interested:
https://github.com/Mekire/pyga...-Mek
-
UPandUNDER 2016-12-06 22:50
How would I save the text box input into a variable after the user has pressed enter?