Menu โ–พ โ–ด

Tree [60c37a] main v1.0.0 v1.0.1 v1.0.2 v1.0.3 /
 History

HTTPS access


File Date Author Commit
 Memorize 2025-11-14 TheUserWW TheUserWW [43661f] Add files via upload
 WordList 2025-11-06 TheUserWW TheUserWW [343a64] Add files via upload
 v0.1 2025-07-26 TheUserWW TheUserWW [a362de] Create e
 LICENSE 2025-08-06 TheUserWW TheUserWW [8a76d6] Create LICENSE
 README.md 2025-12-03 TheUserWW TheUserWW [60c37a] Update README.md

Read Me

License: GPL v3
PayPal
GitHub all releases

Memorize - Multi-language Vocabulary Memorization Software

Download Link

https://www.softpedia.com/get/Others/Home-Education/Memorize-TheUserWW.shtml

Project Overview

Memorize is a powerful cross-platform vocabulary memorization software developed using the Qt framework, supporting multiple language learning modes. Designed specifically for language learners, this software provides an intuitive interface and rich features to help users efficiently memorize and master vocabulary.

image

Key Features

๐ŸŒ Multi-language Support

  • Built-in Vocabulary Libraries: Includes vocabulary libraries for English, Chinese, Russian, and other languages
  • Multi-language Interface: Supports Chinese, English, Spanish, French, Russian, Arabic, Tibetan, Uyghur, Syriac, and other interface languages
  • Internationalization Design: Complete Qt translation system for easy extension of new languages

๐Ÿ“š Rich Learning Modes

  • Vocabulary List Management: Complete CRUD functionality for vocabulary
  • Flashcard Learning: Interactive flashcard learning mode with card flip animations
  • Testing Functionality: Intelligent testing system to evaluate learning effectiveness
  • Statistics Functionality: Detailed learning progress tracking and performance analysis

๐Ÿ”Š Speech Features

  • Text-to-Speech: Integrated QTextToSpeech with word pronunciation
  • Play Buttons: Each word includes a pronunciation button
  • Phonetic Display: Standard phonetic notation to assist correct pronunciation

๐ŸŽฏ Intelligent Learning System

  • Random Generation: Smart random content generation for learning
  • Progress Tracking: Real-time learning progress and mastery level monitoring
  • Customizable Settings: Personalized learning ranges and difficulty levels

Technical Architecture

Development Framework

  • Qt 6.10+: Cross-platform C++ application framework
  • C++17: Modern C++ standard ensuring code quality and performance

Core Modules

  • MainWindow: Main interface and core logic control
  • FlashcardWidget: Flashcard learning module
  • StatisticsWidget: Statistics and analysis module
  • AddWordDialog: Vocabulary management module
  • AboutDialog: About information display

Data Management

  • CSV Format: Standard CSV files for vocabulary data storage
  • QSettings: Cross-platform configuration management
  • QStandardItemModel: Efficient data model management

Installation & Usage

Compilation Instructions

# Clone the project
git clone https://github.com/TheUserWW/Memorize.git
cd Memorize

# Build using qmake
qmake Memorize.pro
make

# Or open .pro file directly in Qt Creator

Running Instructions

  1. Ensure Qt runtime libraries are installed
  2. Run the compiled executable directly
  3. Configuration files are automatically created on first run

Project Structure

Memorize/
โ”œโ”€โ”€ src/                    # Source code directory
โ”‚   โ”œโ”€โ”€ mainwindow.*       # Main window class
โ”‚   โ”œโ”€โ”€ flashcard.*        # Flashcard learning module
โ”‚   โ”œโ”€โ”€ statistics.*       # Statistics module
โ”‚   โ”œโ”€โ”€ addworddialog.*    # Add word dialog
โ”‚   โ””โ”€โ”€ aboutdialog.*      # About dialog
โ”œโ”€โ”€ resources/             # Resource files
โ”‚   โ”œโ”€โ”€ vocab/            # Vocabulary library files
โ”‚   โ”œโ”€โ”€ icons/            # Icon resources
โ”‚   โ””โ”€โ”€ translations/     # Translation files
โ”œโ”€โ”€ build/                # Build output directory
โ””โ”€โ”€ docs/                 # Documentation directory

Vocabulary Library Format

The software uses standard CSV format for vocabulary data storage:

"word","phonetic","part of speech","definition"
"example","/ษชษกหˆzรฆmpl/","n.","an illustrative case"

Contributing Guidelines

We welcome all forms of contributions! Please follow these steps:

  1. Fork the project
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.


โญ If this project is helpful to you, please give us a star! Your support is the motivation for our continued development.

MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free โ†’