This code is for a TKinter-based flashcard app. The app is built with a microservice that plays a card-flipping sound when the user flips the card. The user needs to start the microservice.py file first, then the flashcard_app.py file.
A popup window will explaine features of the app.
The user can use key inputs or click on the buttons on the GUI to go forward or backwards through the card deck, or flip the card to reveal the other side. Currently, the cards have some German language vocab and the English language translations
Future plans involve adding ability to add and remove cards, change style, and present several decks for the user to choose from.