Hi, i have this board made in python with tkinter to which i want to add an image of a king at a set location, the image doesnt display and i get no error, please help! thank you!
class GameBoard(tk.Fr ame):
def __init__(self, parent, rows=8, columns=8, size=70, color1="white", color2="lightgr ey"):
'''size is in pixels'''
self.rows = rows
self.columns...
User Profile
Collapse
Profile Sidebar
Collapse
sharjeel1234567
Last Activity: Aug 6 '18, 08:49 PM
Joined: Feb 4 '18
Location:
-
Image does not display on tkinter chessboard
-
Trouble displaying image on Tkinter Board that i have
i have a chessboard that i want to add an image of a king to, i add the image at a set location but the image doesn't appear on the board, please help!.
class GameBoard(tk.Fr ame):
def __init__(self, parent, rows=8, columns=8, size=70, color1="white", color2="lightgr ey"):
'''size is in pixels'''
self.rows = rows
self.columns = columns
...
No activity results to display
Show More