fsmosca / Python-Easy-Chess-GUI

A Chess GUI based from Python using PySimpleGUI and Python-Chess.
GNU Lesser General Public License v3.0
160 stars 51 forks source link

Missing Icon file? #28

Closed MikeTheWatchGuy closed 5 years ago

MikeTheWatchGuy commented 5 years ago

On the screenshot in the readme, I noticed that the icon is the tkinter default 'leaf' style icon. PySimpleGUI has its own built-in icon that is normally shown.

image

fsmosca commented 5 years ago

Have not yet decided on that icon, I will surely include it in v1.0.

fsmosca commented 5 years ago
MikeTheWatchGuy commented 5 years ago

For icons, have you considered using a base64 icon?

fsmosca commented 5 years ago

Yes I am considering of using base64.