I want to add a Python-based GUI Flashcard application that helps users study. **Features** - **Learning Mode**: Study new cards. - **Review Mode**: Review cards based on optimal memory intervals. - **Persistence**: Auto-saves progress to a local JSON file. - **GUI**: Built with Tkinter.