Alucebur Was Here

I will be posting here different stuff about my projects

List of projects:


Wrapped text in Pygame

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.

Fixed background in Tkinter

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.