1

I am building an GUI application by using Eel Python. The first thing I noticed that - By default the application has chrome icon that I have to change it. But I didn't find any method to do it. So Is their any way to change the icon of the application?

2 Answers2

1

Add

<link rel="shortcut icon" type="image/x-icon" href="path_to_icon">

to the head tag in the HTML

0

Just use the normal way to add an icon in html, this automatically adds the Icon to your Eel application.

See this Answer here.

Fabi0
  • 131
  • 2
  • 5