python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to code a menu bar across your Pygame project
I have been struggling with merging my code.
I am creating an arcade game on Python and have a main file where I have an image and clickable assets which link to a game I have imported.
Now I am worki...
SoniaK
Votes: 0
Answers: 1
I creating a receipt generator in python and I fetch data from MySQL to a text area but it's not work. I don't know that where I making the mistake
from tkinter import*
from PIL import Image,ImageTk
from tkinter import ttk
import mysql.connector
from tkinter import messagebox
import time
root=Tk()
root.title("Hotel Management System&q...
Bilal Khan
Votes: 0
Answers: 1
Create Enum referencing a list with TkImages
I've got a couple of images in a folder and each of these gets resized and turned into an image for Tkinter. I want to use these images in other python scripts as a enum.
This is how I create the imag...
MEEMexe
Votes: 0
Answers: 1
How to display Russian language in Tkinter text widget? (Currently only seeing unicode)
Does anybody know what my problem is?
I'm starting some work on tkinter and when I copy/paste a bit of Russian Text to my tkinter text widget it looks like this
Here is the original text
Лиса вышла ...
RtxTrillihin
Votes: 0
Answers: 0