I'm a Python developer who is really interested in learning Latin.
So while I learn Latin, I've decided to start a project where it can easily generate questions like English-Latin, Latin-English or grammar questions (eg. what case a word is in).
This should be a better alternative to websites like Quizlet or Blooket, where you have to enter your own questions and set your own answers.
I started on the project a few days ago and have decided to record my progress.
Features I have added
- A function to convert a english noun to latin, with the arguments case, word and number
- This function uses words from the word list, and the words are in the 1st, 2nd or 4th declension
- A function to convert an english verb to latin, with the arguments word, person, number and tense
- This function also only uses words from the word list, and the words can be any tense and also any conjugation
Demos
Here is a demo of the noun function so far:
And here is a demo of the verb function:
Thanks for reading.
If you want to support me with this project, make sure to follow me and like this post!