I'm making a multiplayer platformer/shooter/brawl game with pygame and I'd like for the players to easily change their keybinds (such as from a config file).
I haven't been able to find a way to read a character string and use that as a transition to the pygame.K_xx
objects as of now so I ask the community.
Any leads ?