Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 710 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 710 Bytes

Kanaraimasu (Kana 習います)

Learn to draw Japanese kana!

How to use

Download python

Download and install Python3 (version 3.10 or higher). You can download python from python.org. Download and install poetry, instructions at python-poetry.org.

Install dependencies

The dependencies are installed by running:

Linux

poetry install

Windows

poetry.exe install

Run the application

Run the application by running the following:

Linux

poetry run python3 kanaraimasu.py

Windows

poetry.exe run python kanaraimasu.py