so, for my current program i need to get the system icon(or any identifying icon for the file type)of a file type, example ('png' -> icon for png) and the output needs to be insertable into a tkinter object. im using windows too.
so first i tryed the reply's to this post, then this one. but all the code returned nothing and was hard to read, i also assumed i could take the bitmaps they spat out and load that into pillow if that helps.
also sorry if this post was poorly made, i have not really use stack overflow before