Setup¶
Before you begin¶
Make sure you have a supported version of Python installed (>3.10), and that you’re working in the directory where kiurui is located.
Choosing your version¶
Kiurui comes in two versions:
kiurui_curses.py — uses the curses module for a polished terminal experience. It’s not included in the standard Python distribution for Windows.
kiurui_universal.py — a version that works across different systems.
Getting started¶
You’ll need a terminal emulator to run kiurui. Once you have one open and you’re in the directory where kiurui is located, run:
python3 kiurui_curses.py
or
python3 kiurui_universal.py
Using kiurui_curses.py¶
Navigate using your arrow keys and press Enter to submit input.