From 805e6cc407dbb3698b2f802457c1ad2dfdd20800 Mon Sep 17 00:00:00 2001 From: Artur Sniegowski <49175232+artursniegowski@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:25:02 +0100 Subject: [PATCH] Update README.md --- Kahoot_automated_quiz_creating_bot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kahoot_automated_quiz_creating_bot/README.md b/Kahoot_automated_quiz_creating_bot/README.md index aec99e3..5868c5f 100644 --- a/Kahoot_automated_quiz_creating_bot/README.md +++ b/Kahoot_automated_quiz_creating_bot/README.md @@ -8,7 +8,7 @@ a quiz. Some data for the quiz can be adjusted, like the title of the quiz, the To use the program, the user must first create a free account at Kahoot! (https://kahoot.com/) and fill out the data in the file .env (MY_EMAIL = "YOUR_EMAIL_FOR_KAHOOT@proton.me", MY_EMAIL_PASSWORD = "YOUR_PASSWORD_FOR_KAHOOT") After you have created a quiz, you can share it with friends and have them play it. You can view the quiz results in your Kahoot account later.  ---- +--- The necessary steps to make the program work:
1. Install the Chrome web browser https://www.google.com/intl/en_uk/chrome/
@@ -33,4 +33,4 @@ Mark the DIR to the chromedriver.exe file and adjust the *CHROME_DRIVER_PATH* in **The program was developed using python 3.11.0, selenium** -In order to run the program, you have to execute main.py. \ No newline at end of file +In order to run the program, you have to execute main.py.