poly000 / ddlc_helper

Doki Doki Literature Club's word select helper | 心跳文学部 选词助手

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddlc_helper

crates.io

中文文档

DDLC_Helper is a tool to select words in DDLC( Plus).

Releases for Windows are avaliable on Github

Build

cargo +nightly build --release

This project used the unstable feature once_cell after 2.0.0.

Usage

  1. Select a charactor you like. (e.g. Sayori)
  2. You should set language as English in DDLC when selecting words.
  3. Use OCR tool to recogonise words in the game. (e.g. ShareX)
  4. Type the words we just got to this tool. (the words should be split in whitespaces like CRLF, Space, Tab, ...)
  5. Select one of words ddlc_helper prints prefixed with "Result:".

Notice

This tool is NOT letter-case sensitive, although the output should always be lowercase.

About

Doki Doki Literature Club's word select helper | 心跳文学部 选词助手

License:MIT License


Languages

Language:Rust 100.0%