This Flask-App is a simple vocabulary trainer. Written with Flask, Python and, Jinja2.
You can save/load the vocabulary as a CSV-file called data.csv
. You will find a example CSV-file in this repository.
For this app you need Flask.
In this repository type in:
$ pip install Flask
In this repository you simple run the file main.py
with Python.
$ python main.py
After that you can run the app with http://127.0.0.1:5000/ in your web-browser.
You can contribute as well to this project. Open a issue or make a pull request.