Skip to content

Flask app to test the knowledge of irregular verbs

Notifications You must be signed in to change notification settings

mmiots9/irregular-verbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English verbs app 🇬🇧🇮🇹

This repository contains a Flask app for the study of English irregular verbs.

Features

  • Study irregular verbs (~200 verbs)
  • Italian translation
  • Test your knowledge of irregular verbs

Installation

To install the app, clone this repositories and create a conda env with these packages:

  • python >3.7
  • Flask >2.0.0
  • pandas >1.5.0

Launch app

To launch the app, use the command:
python3 <path_to_folder>/app.py

The app is active and the running path will be printed on the terminal. Copy the path to a browser and start using the app.

Study

On the main page, select "study" to see the list of all irregular verbs (present simple, past simple, past participle) and their Italian translation.

Test

On the main page, select "test" and start a 10-verbs test. For each verb, one of the 4 declination is given, you have to insert the other 3.
Once finished, a page with all the verbs will open, with correct verbs highlighted in green and the wrong ones in red with the correction.