AndreasMueck / vocab-notification

Vocabulary helper with notification popup. Here with Spanish-German, but can be changed easily to other languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vocab-notifier [ES/DE]

This little programme can support you to learn Spanish vocabulary
A pop-up appears every few seconds with a random Spanish word.

How to use

  1. Install plyer for python3: pip3 install plyer
  2. Run: python3 vocab.pyw

Configuration

Look into the source code vocab.pyw to change the timer
Feel free to add new words in wordlist.json

Other languages

F.e. to learn català 😁 you can change
language1 = rnd_word['spanish'] into language1 = rnd_word['catala']
and adjust the keys and words in the wordlist.json file accordingly.

Saludos y Pozdrawiam ☺️

About

Vocabulary helper with notification popup. Here with Spanish-German, but can be changed easily to other languages.


Languages

Language:Python 100.0%