tuong59
Results
1
comments of
tuong59
from tkinter import * from PIL import Image, ImageTk from googletrans import Translator root=Tk() root.title('google Galaxy') root.geometry("500x360") root.iconbitmap('logo.ico') root.mainloop() return self.tk.call('wm', 'iconbitmap', self._w, bitmap) _tkinter.TclError: bitmap "logo.ico" not defined