# WordStudy **Repository Path**: firexmoon/WordStudy ## Basic Information - **Project Name**: WordStudy - **Description**: 单词、汉字的分类学习,以小学一到六年级生字为例,按不认识、不确定、认识分类标记,按概率挑词。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-02 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WordStudy **WordStudy** is a tool designed for learning and memorizing words, supporting the loading and updating of word data through a database, as well as marking the memory status of words. ## Features - Load and update the word database. - Categorize and manipulate words based on memory status (e.g., not remembered, fuzzy, remembered). - Provide a graphical interface to select word memory levels. - Support for create, read, update, and delete (CRUD) operations on words. ## Main Modules - `run.py`: The main program containing database operations, memory status marking, and interface interaction logic. - `tools/CreateJsonDB.py`: A script for creating or initializing the word database. ## Usage 1. Ensure Python 3.x is installed. 2. Run `run.py` to start the program: ```bash python run.py ``` 3. Use the graphical interface to learn and mark word memory levels. ## Contribution Guidelines Contributions to code or feature improvements are welcome! Please follow these steps: 1. Fork this repository. 2. Create a new branch and make your changes. 3. Submit a Pull Request. ## License This project is licensed under the MIT License. See the LICENSE file in the repository for details. For further information, please refer to the code or contact the author.