Word-Sea
is a simple pure-Python application developed for vocabulary learning and revision.
It is particularly designed to assist students to learn and memorize new vocabularies.
(Made with draw.io, with icons created by Freepik from Flaticon)
- Support real-time vocabulary look-up
- Save searched vocabularies and revise later
- Revise with flashcards (inspired by Magoosh Vocabulary Flashcards)
- Minimal design with custom themes
You can clone this repository to your local computer via HTTPS.
git clone https://github.com/pystander/Word-Sea
You are recommended to use pip to install all required libraries in requirements for this project.
pip install -r requirements.txt
Run app.py to start the application window.
python app.py
You may report bugs and discuss any issue on Issues.
Distributed under the GNU GPL-3.0 License. See LICENSE for more information.