Quantcast
Channel: How do I setup a window Icon using Tkinter? - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by umakanth saikumar for How do I setup a window Icon using Tkinter?

$
0
0

This works to set icon for Tkinter App

from tkinter import *window =Tk()##set title for windowwindow.title("Tkinter App")##set window icon  window.iconphoto(False,PhotoImage(file='logo.png'))window.mainloop()

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>