ignacio_cabero Messages 3 Reaction score 0 Thread starter May 31, 2014 #1 Hello. I am creating a text-based video game using python, and I was wondering how I could put pictures from my Mac into the game. I am using JGrasp if it helps to know.
Hello. I am creating a text-based video game using python, and I was wondering how I could put pictures from my Mac into the game. I am using JGrasp if it helps to know.
DavidSnider Gold Member Messages 511 Reaction score 147 May 31, 2014 #2 Take a look at the PyGame library http://www.pygame.org/news.html If that's too heavyweight and you *just* want to show an image then you can use Python Image Library http://www.pythonware.com/products/pil/
Take a look at the PyGame library http://www.pygame.org/news.html If that's too heavyweight and you *just* want to show an image then you can use Python Image Library http://www.pythonware.com/products/pil/