I made a script with python and pygame. However, I found there are no method in pygame which can provide button or text for giving user input. I just want to make a start, stop, reset button, and with text field floating along the pygame windows to hold user input before the start of the program.
What can I use to take such user input? I don't want to use a config file. Thanks.