A GRE vocabulary practice tool with AI assistance
Project description
English Version
Remember Me
This program allows you to learn, test, and manage vocabulary lists. It also provides optional AI-powered validation and example-sentence generation features through Kimi AI (example link).
1. Prerequisites and Installation
- Install Python 3.
- Install the package (example command if you have built and published it):
pip install remember-me
- Prepare a CSV file with vocabulary words (e.g., word_sheets/Word_Sheet1.csv).
2. Enabling AI Features (MOONSHOT_API_KEY)
To use AI validation and example-sentence generation, you need an API key from Kimi AI. Follow these steps:
- Sign up / log in to Kimi AI and create a new API key.
- Set an environment variable MOONSHOT_API_KEY. Below are two simple methods:
Method A (macOS / Linux)
- Open a terminal.
- Append the following to your ~/.bashrc or ~/.zshrc:
export MOONSHOT_API_KEY="YOUR_KIMI_AI_KEY"
- Run source ~/.bashrc (or source ~/.zshrc) to apply changes.
Method B (Windows)
-
Open Command Prompt or PowerShell.
-
Type:
set MOONSHOT_API_KEY=YOUR_KIMI_AI_KEY
-
press enter
Tip: You can also permanently set it in “System Properties → Environment Variables” by creating a new user variable named MOONSHOT_API_KEY with your API key.
3. Usage
-
Run the program:
remember_me
-
Specify the path to your vocabulary file when prompted (e.g., word_sheets/Word_Sheet1.csv).
-
Follow the on-screen menu to choose a mode:
- Learning Mode: View definitions in order or randomly.
- Testing Mode: Enter the meaning yourself and get real-time validation.
- Section Testing/Learning: Focus on specific sections if your CSV is divided by “Section 1”, “Section 2”, etc.
- Manage Starred Words: Add, remove, or test specifically starred words.
If you have set MOONSHOT_API_KEY, the program will attempt AI-based validation whenever the local method fails. It can also generate example sentences with translations.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file remember_me_gre-1.0.1.tar.gz.
File metadata
- Download URL: remember_me_gre-1.0.1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5680e5369b5275050b24c867d2b97107df28ca095cf55f93a6d34e284b1eb24b
|
|
| MD5 |
417da6cdcfc11c91ed98466a7378176f
|
|
| BLAKE2b-256 |
be8f9cb717fef5d9a9926c84c3f2a5a7b0b2624cb7a1c62358cbb02c3433b4b1
|
File details
Details for the file remember_me_gre-1.0.1-py3-none-any.whl.
File metadata
- Download URL: remember_me_gre-1.0.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5b060aaa697c1832ce3c12caad7a31d21ccbb64091da84a152a863a66c667bf
|
|
| MD5 |
f5f2e141bf08937ae5b0bc2a3dcef166
|
|
| BLAKE2b-256 |
9a88ee3b02a6960af82c7bacaeb5dee5c6287bfae5c597b086bd326a3e88b525
|