pystander / Word-Sea

A minimal pure-Python application for self-learning and revising vocabularies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word-Sea

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)

Features

  • 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

Getting Started

You can clone this repository to your local computer via HTTPS.

git clone https://github.com/pystander/Word-Sea

Prerequisites

You are recommended to use pip to install all required libraries in requirements for this project.

pip install -r requirements.txt

Usage

Run app.py to start the application window.

python app.py

Support

You may report bugs and discuss any issue on Issues.

License

Distributed under the GNU GPL-3.0 License. See LICENSE for more information.

About

A minimal pure-Python application for self-learning and revising vocabularies.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%