Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Design & Implement Icon #7

Open
Ivole32 opened this issue Sep 3, 2024 · 1 comment
Open

Design & Implement Icon #7

Ivole32 opened this issue Sep 3, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request Planned Feature This feature is planed (alsow Label for intern to dos )
Milestone

Comments

@Ivole32
Copy link
Member

Ivole32 commented Sep 3, 2024

@Ivole32 Ivole32 added the enhancement New feature or request label Sep 3, 2024
@Ivole32 Ivole32 assigned wfxey and Ivole32 and unassigned Ivole32 Sep 3, 2024
@Ivole32 Ivole32 added this to the Add Icon milestone Sep 3, 2024
@Ivole32 Ivole32 changed the title No Icon Design Icon Sep 3, 2024
@wfxey
Copy link
Contributor

wfxey commented Sep 3, 2024

Mache ich
Impl. :

if platform.system() == 'Windows':
    root.iconbitmap("icon.ico")
elif platform.system() in ('Darwin', 'Linux'):
    icon = Image.open("icon.png")
    photo = ImageTk.PhotoImage(icon)
    root.iconphoto(True, photo)

@wfxey wfxey closed this as completed Sep 3, 2024
@wfxey wfxey reopened this Sep 3, 2024
@wfxey wfxey changed the title Design Icon Design & Implement Icon Sep 3, 2024
@Ivole32 Ivole32 added the Planned Feature This feature is planed (alsow Label for intern to dos ) label Sep 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Planned Feature This feature is planed (alsow Label for intern to dos )
Projects
Status: In Progress
Development

No branches or pull requests

2 participants