Crates.io | nihongo |
lib.rs | nihongo |
version | 0.1.0 |
source | src |
created_at | 2024-08-04 16:23:37.353912 |
updated_at | 2024-08-04 16:23:37.353912 |
description | Learn Japanese words with French translations |
homepage | https://github.com/aeyoll/nihongo-rs |
repository | https://github.com/aeyoll/nihongo-rs |
max_upload_size | |
id | 1325116 |
size | 27,580 |
A command-line tool for learning Japanese words with French translations.
This Rust program helps users learn Japanese vocabulary by allowing them to add Japanese words with their French translations and take quizzes to test their knowledge. It uses a JSON file to store the vocabulary and provides two main functionalities:
cargo install nihongo
git clone https://github.com/yourusername/japanese-french-vocabulary.git cd japanese-french-vocabulary
cargo build --release
To add a new word to your vocabulary list: cargo run -- add <japanese_word> <french_translation>
Example:
nihongo add
To start a 10-question quiz:
nihongo quiz
Note: You need to have at least 10 words in your vocabulary list before you can take a quiz.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.