I've recently been trying to make a basic game, but I cant change the font size of individual words. I managed to do it in tkinter but it made a pop up window and was very clunky. Was wondering if there was a cleaner, easier way to do this.
I've recently been trying to make a basic game, but I cant change the font size of individual words. I managed to do it in tkinter but it made a pop up window and was very clunky. Was wondering if there was a cleaner, easier way to do this.
If you're writing your first game in Python, tkinter probably isn't the best place to start. Unless there's a particular reason to use that, Pygame Zero is designed to make it easy to get started making games and its text drawing lets you set the size easily: https://pygame-zero.readthedocs.io/en/stable/ptext.html