The program was created to collect and convert quizzes from the learn.astanait.edu.kz and Moodle to Quizizz-compatable *.xlsx file.


Selenium, OpenPyXL and Tkinter must be installed in your Python environment.
pip install selenium
pip install openpyxl
pip install tkAfter installing these modules, you can launch QuizizzMaster via main.py using CMD or Terminal.
python main.pyAlso, by default it uses Google Chrome as the browser to work with, but you can change the browser in main.py to any modern one supported by Selenium.
QuizizzMaster automatically saves all collected questions, so after all the work you can close the program with peace of mind and upload the result to Quizizz 😌
