Python DCT-based Steganography: Extracting Hidden Text from Image Blocks Returns Garbled or No Output
Add this img.show()
on line 56.
Btw, you missing root.mainloop()
You may want to add this:
root.mainloop()
if __name__=='__main__':
extract_clean_dct()
Screenshot: