wakaranai


Namewakaranai JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryAn educational tool for learning hiragana and katakana
upload_time2023-07-05 15:24:15
maintainer
docs_urlNone
authorGuilherme Dantas
requires_python>=3.8
license
keywords education hiragana japanese katakana learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            わからない (wakaranai) literally means "I don't understand" in Japanese.
It is a phrase worth learning, specially if you plan to visit Japan anytime soon.
If you'd like to learn more than just a couple of key phrases,
it might be useful to learn hiragana and katakana as well.
This Python package, called `wakaranai`, helps non-Japanese speakers
learn these two syllabaries by generating and applying random tests.

## Usage

If you ever feel like practicing your Japanese, simply run the following command.
You must choose to practice either hiragana or katakana.

```sh
python -m wakaranai {hiragana,katakana}
```

You will be prompted with characters from the selected kana in random order,
and you must answer with their correct romanizations.
The accepted romanizations are: Hepburn, Nihon-shiki, and Kunrei-shiki.
Obsolete syllables such as ゐ and ヰ are ignored.

```
お? o
た? ta
わ? re
...
```

After all characters have been prompted, the results will be displayed.
Wrong answers are accompanied by the correct answer(s).

```
お --> o ✓
た --> ta ✓
わ --> re ✗ (correct: wa)
...
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wakaranai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "education,hiragana,japanese,katakana,learning",
    "author": "Guilherme Dantas",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a0/5a/4a35036951cdd294efac6d72a87dae2070b001c22bbb8db2a27ea5e0ad73/wakaranai-0.0.1.tar.gz",
    "platform": null,
    "description": "\u308f\u304b\u3089\u306a\u3044 (wakaranai) literally means \"I don't understand\" in Japanese.\nIt is a phrase worth learning, specially if you plan to visit Japan anytime soon.\nIf you'd like to learn more than just a couple of key phrases,\nit might be useful to learn hiragana and katakana as well.\nThis Python package, called `wakaranai`, helps non-Japanese speakers\nlearn these two syllabaries by generating and applying random tests.\n\n## Usage\n\nIf you ever feel like practicing your Japanese, simply run the following command.\nYou must choose to practice either hiragana or katakana.\n\n```sh\npython -m wakaranai {hiragana,katakana}\n```\n\nYou will be prompted with characters from the selected kana in random order,\nand you must answer with their correct romanizations.\nThe accepted romanizations are: Hepburn, Nihon-shiki, and Kunrei-shiki.\nObsolete syllables such as \u3090 and \u30f0 are ignored.\n\n```\n\u304a? o\n\u305f? ta\n\u308f? re\n...\n```\n\nAfter all characters have been prompted, the results will be displayed.\nWrong answers are accompanied by the correct answer(s).\n\n```\n\u304a --> o \u2713\n\u305f --> ta \u2713\n\u308f --> re \u2717 (correct: wa)\n...\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An educational tool for learning hiragana and katakana",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/guidanoli/wakaranai/issues",
        "Source Code": "https://github.com/guidanoli/wakaranai"
    },
    "split_keywords": [
        "education",
        "hiragana",
        "japanese",
        "katakana",
        "learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf41b12b5524014a625fc9fd5f26209bf1e350aa534739c6f7cd21461d565069",
                "md5": "15e59ce6fd642e54468d4c80ea923c5b",
                "sha256": "8768fa0f6dafa21f2ad916349ac7964ea397653be7670f4f140e098c7f600e48"
            },
            "downloads": -1,
            "filename": "wakaranai-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15e59ce6fd642e54468d4c80ea923c5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16592,
            "upload_time": "2023-07-05T15:24:14",
            "upload_time_iso_8601": "2023-07-05T15:24:14.364161Z",
            "url": "https://files.pythonhosted.org/packages/cf/41/b12b5524014a625fc9fd5f26209bf1e350aa534739c6f7cd21461d565069/wakaranai-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a05a4a35036951cdd294efac6d72a87dae2070b001c22bbb8db2a27ea5e0ad73",
                "md5": "70ffe255a069901d4f1f2754047aa5ba",
                "sha256": "9100b73d82ff614619454317a84710cbd9ab328f686d76d582613afe7ea603cf"
            },
            "downloads": -1,
            "filename": "wakaranai-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "70ffe255a069901d4f1f2754047aa5ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16933,
            "upload_time": "2023-07-05T15:24:15",
            "upload_time_iso_8601": "2023-07-05T15:24:15.697728Z",
            "url": "https://files.pythonhosted.org/packages/a0/5a/4a35036951cdd294efac6d72a87dae2070b001c22bbb8db2a27ea5e0ad73/wakaranai-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-05 15:24:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "guidanoli",
    "github_project": "wakaranai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wakaranai"
}
        
Elapsed time: 0.08419s