The below code is a section of my code which is supposed to be a stock management system. I have encountered several problems which i would appreciate any help for.
from tkinter import*
from tkinter import Tk, StringVar, ttk
#-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
import random
import datetime
import time;
import csv
opencsv=open('RED.csv','a')
Data=[]
LH=Label(LowerHeading, font=('arial',12,'bold'), text ="Update", bd = 10, width = 15, anchor = 'w')
LH.grid(row=1,column=0)
#-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------#
start.mainloop()
I Would like to add an image so for example if IDO1 is clicked by the user an image of a dress would be shown
The link didn't address my problem. I gained an error that said NO module named PIL