I do not have code to show this but I do have code that makes you have to type 'a' to start and was wondering if there was a way to make them not have to press enter and just be able to press that key for it to start without using pygame. If you do have to use pygame then please inform me how. Thank you and make any edits to this code if you can to try and do what I asked. :D
while (True):
print("-----------------------------------------------------------")
print("\033[1;37;40m ")
name = input("Type your name: ")
srt=input("Type 'a' to start! ")
if srt == 'a':
break