List of projects:
-
alucebur.github.io - In Github: alucebur.github.io
-
hello-world - In Github: hello-world
-
python-exercises - In Github: python-exercises
Hello again. Lately I am learning to use pygame, the set of Python modules to create videogames. I had a JSON file with long quotes that I wanted to show in the gameover screen of my game, but they didn’t fit on the screen, so I started looking for a solution. Searching on the internet I found this code from SpoonMeiser in StackOverflow and I adapted it to my needs.
Past week I joined Python Discord group and started lurking around. One user (hi Sham!) posted a chunk of code using tkinter module in one of the help channels requesting some assistance, and I got interested since I had been working with it recently, so I set a new virtual environment, installed tkinter and pillow on it, and got to work.