I'm a college student who's been learning Python 3 for a little over two semesters now. I don't have any other programming experience. I'd like to try and make a game, but I'm not sure how to find out about the various graphical library options for python. I just want to create a simple text game to start with. I'd like to learn a library that will grow with me as I learn more. What options are there for me?
EDIT:
Okay, I learned pygame was available for python 3. I'm still trying to figure out how to install it though. I can't find a good tutorial for installing .whl files.
EDIT:
Nevermind, I managed to install pygame. Since I can't delete this thread, know any good tutorials?