Python Forum

Full Version: Grabbing questions from a quiz app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I want to host a private gameshow. I can't find any good german question database so I wanted to write a python programm that plays a quiz app and grabs the questions as well as the answers. I don't need the code I rather need the confirmation that my thoughs are even possible.

The idea is as follows:
  1. Play the quiz app on an emulator
  2. Click on the question
  3. make a screenshot
  4. analyse predefined areas with pytesseract
  5. click any answer to note which is correct
  6. go to step 2
Is that even possible and if so which libs will make my life easier.

Thank you in advance.