harupy / typing-game-solver

A Python program to solve an English typing game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing Game Solver

A Python program to solve this English typing game

Usage

  1. python typing_game.py
  2. Capture the area where English words are displayed
  3. Just wait for the game to end

How this works

  1. Capture the specified area on the screen
  2. Apply OCR to the captured image to extract English words
  3. Type the extracted words with PyAutoGui
  4. Repeat 1 ~ 3 until the game ends

Demo

demo

About

A Python program to solve an English typing game


Languages

Language:Python 100.0%