kxgames / glooey

An object-oriented GUI library for pyglet.
MIT License
91 stars 6 forks source link

main icon and title change #48

Closed akshaypatel1811 closed 3 years ago

akshaypatel1811 commented 3 years ago

Hi,

@kalekundert , @wkentaro . I am new to this library. Can we change the main logo/icon? right now it's python kernel logo. and also can we change the title of the GUI? right now it shows the path where it is in my PC.

Capture

Thank you, Akshay

kalekundert commented 3 years ago

Sorry for the slow response. If I'm understanding you correctly, you want to change the title/icon of the GUI window? If so, you can do that using pyglet. See the windowing documentation.

akshaypatel1811 commented 3 years ago

Thank you @kalekundert .