Python Forum
Grabbing questions from a quiz app - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Grabbing questions from a quiz app (/thread-16582.html)



Grabbing questions from a quiz app - CodingUnicorn - Mar-05-2019

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.