I want use MD5 to compare both folder in Python.
Following steps that i want to compare both folder by using MD5:
1. After all the files downloaded to folderA.
2. All the files inside folderA will copy to folderB.
3. Then MD5 will compare both folder is correct hash.
4. Then return True.