Skip to content

yxyyeah/Auto-learning-Multiple-Choice-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Auto-Learning-Multiple-Choice-Solver

Capturing questions and their correct answer from a question pool, and answer correctly if encounters them again.

Using pyautogui for mouse control and screenshot.

Using MD5 hash function (not perfect) to convert the image including the question to 128-bit hash value, instead of comparing image to image. Speed up the comparing process from several minutes to within a second.

Recording the correct answer and store an associating list of Q-A in JSON file.

Includes multiple error handling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages