Skip to content

gaopeng32/auto-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python tool for automatic quiz answer search (MacOS)

Prerequisite:

  • tesseract-ocr with chi-sim language
  • python 3.6
    • PIL
    • pytesseract
    • webbrowser
  • pytesseract package

In my local environment, I installed the tesseract-ocr using Homebrew

brew link libtiff
brew link libpng
brew link jpeg
brew install tesseract --with-all-languages

I then created a conda environment and installed the python packages

conda create -n autoquiz python=3.6 anaconda
source activate autoquiz
pip install pytesseract

Usage Guidelines:

My own environment: iphone7 & MacBook Pro 15-inch

  1. Start Airserver or equivalent solutions for screen mirroring. Move the mirror screen of iphone to the upper left corner of Mac screen.

  2. Activate conda environment:

source activate autoquiz
  1. Run the script
python ans_v1.py
python ans_v2.py

Contact

Peng Gao, [email protected]

For voice search solutions, it is worth to try Baidu searchcraft.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages