Skip to content

Nihongo Numerics is an engaging and innovative application designed to help users master Japanese numbers through the lens of basic arithmetic

License

Notifications You must be signed in to change notification settings

Fantonos/NihongoNumerics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Japanese-English-Text-Processor

This repository contains AHK scripts that work with japanese_text.txt and english_text.txt, along with a GUI (Jap_GUI.ahk) to genorate random questions.

Prerequisites

To work with these scripts, make sure you have AutoHotkey installed on your system. If you haven't, you can download it from here.

Setup

  1. Clone the repository.

  2. Copy the following files from this repository into your Scripts Folder:

    • japanese_text.txt
    • english_text.txt
    • Jap_GUI.ahk

Running the script

Utilize the Run command to run the script. Here's an example of how you can do it:

RunWait, Jap_GUI.ahk

This will execute Jap_GUI.ahk and wait for it to finish before continuing.

Indefinite Execution

To have the script run indefinitely, change the correct condition in the CheckAnswer: routine from Exitapp: to the following code:

OutputReset()
GenorateGUI()
SoundBeep, 100
return

This modification will reset the output, regenerate the GUI, and then produce a beep sound with a frequency of 100Hz every time the script cycles through.

Contributions

Feel free to contribute to this repository.

License

Creative Commons Zero v1.0 Universal

About

Nihongo Numerics is an engaging and innovative application designed to help users master Japanese numbers through the lens of basic arithmetic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published