This is a Python-based app designed to help users learn German through flashcards and quizzes. The app utilizes the python-Levenshtein
library for string comparison and distance calculations.
To use the app, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/german-learning-app.git
-
Install the required dependencies:
pip install python-Levenshtein
To run the app, navigate to the project directory and execute the main.py
file:
python main.py
Enjoy!