You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imagesThing = [name for name in os.listdir("./icons/hicolor/") if (os.path.isdir("./icons/hicolor/"+name) and (len(name.split("x")) >1) and name.split("x")[0] == name.split("x")[1])]
resolution = [name.split("x")[1] for name in os.listdir("./icons/hicolor/") if (os.path.isdir("./icons/hicolor/"+name) and (len(name.split("x")) >1) and name.split("x")[0] == name.split("x")[1])]
#print(os.listdir("./icons/hicolor/"))
print(imagesThing)
print(resolution)
for i in imagesThing:
for infile in glob.glob("./icons/hicolor/"+i+"/apps/*.png"):