きんべんはTkinterの漢字練習アプリです。単語はランダムに出題され、答え合わせができます。問題集の加工も可能です。
Kinben is a kanji practice app made with Python/Tkinter. Since there is no built-in entry pad, the app is mainly for random question generation and answer checking. You can add to/change the data in the attached kanji database as well.
- ターミナルを開き、
git clone git@github.com:tamitakada/kinben.git
を入力
Open your computer terminal and enter the commandgit clone git@github.com:tamitakada/kinben.git
. cd kinben; pip3 install requirements.txt
python3 run.py
でアプリを開く
Enterpython3 run.py
to run the app.