import os, glob
from functions import *


# iframes=[iframe for iframe in glob.glob("2m/iframe_live/*.png")]

# for image in iframes:
#     #print(image)
#     result=compare_image("new_jingles/start/jingle11/jingle11_1.png",image)
#     if result<0.1:
#         print('heeeere is the one !!!',image)

#index202211141668463733_51_6.36.png and new_jingles/start/jingle8/jingle8_2.png
a=compare_image("2m/iframe_live/index202211161668593762_160_14.16.png","new_jingles/start/jingle11_original/jingle11_1.png")
print(a)