so im trying to make a little program launcher that takes the names of apps in a folder and make buttons with those names in a Tkinter window to that open the program that button specifies. image of python program. so the program works, but i want to make the buttons have the icon of the app they start. so i was wondering if anyone knew how to extract either .ico/.png files from an exe with python.
Asked
Active
Viewed 132 times
0
-
On what operating system? – ChrisGPT was on strike Jul 05 '22 at 23:21
-
https://stackoverflow.com/questions/23263599/how-to-extract-128x128-icon-bitmap-data-from-exe-in-python this may be helpful ? – sramazoth Jul 06 '22 at 07:53
-
im on windows 11 – Manhunter1920 Jul 06 '22 at 14:18