ddlc_helper

Crates.ioddlc_helper
lib.rsddlc_helper
version2.0.4
sourcesrc
created_at2021-07-12 17:36:37.089567
updated_at2021-07-29 14:50:47.482967
descriptionDDLC word selecting helper, and a library of DDLC poem's words.
homepage
repositoryhttps://github.com/poly000/ddlc_helper
max_upload_size
id421959
size10,458
莯凛 (mokurin000)

documentation

README

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.

Commit count: 62

cargo fmt