pyretro-gui
pyretro-gui copied to clipboard
PyRetro-Gui (also pyretrogui) is a gui framework built using pygame-ce to develop nostalgic looking apps.
Hi, I love this project and would love to see it grow. I think a good next step would be to add messagebox support. This would essentially be a separate...
Mainly: - Normal input - Range input The rest should kind of follow the same principles as issue #9
Simple as that. As for parameters / arguments it should have: ```python x: int, y: int, anchors: list[int] = [0, 0] checked = False, onchange = None, colors: list[tuple] =...