Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. from tkinter import Tk
  2. root = Tk()
  3. root.iconbitmap(r'icon.ico')
  4. root.mainloop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement