#README #Process Password.txt to find password. #Password format is: Hisfirstname_Herfirstname_Locationwheretheymet_bestyearofmylife mood=input("How do you feel today?") if mood == "I can crack the code without any help": print("Good luck") elif mood == "At least I need a small hint": print("Use entity extraction. You can go to https://huggingface.co/dslim/bert-base-NER . For persons, use the B-PER tag, and for locations, use the B-LOC tag") else: print("Unlock hint.zip with password=month/bestyearofmylife formated as follows: mm/yyyy")