File tree Expand file tree Collapse file tree
Quizzler Using Tkinter and Trivia DB API Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ The primary goal of Quizzler is to:
2020### Initial Screen and result
2121<table >
2222<tr >
23- <td ><img src =" /screenshots/s1.png " width =" 420px " height =" 250px " alt =" Login Page " /></td >
24- <td ><img src =" /screenshots/s4.png " width =" 420px " height =" 250px " alt =" Register Page " /></td >
23+ <td ><img src =" . /screenshots/s1.png" width =" 420px " height =" 250px " alt =" Login Page " /></td >
24+ <td ><img src =" . /screenshots/s4.png" width =" 420px " height =" 250px " alt =" Register Page " /></td >
2525</tr >
2626</table >
2727
2828### Response to wrong or correct answer
2929<table >
3030<tr >
31- <td ><img src =" /screenshots/s2.png " width =" 420px " height =" 250px " alt =" Profile Page " /></td >
32- <td ><img src =" /screenshots/s3.png " width =" 420px " height =" 250px " alt =" Home Page " /></td >
31+ <td ><img src =" . /screenshots/s2.png" width =" 420px " height =" 250px " alt =" Profile Page " /></td >
32+ <td ><img src =" . /screenshots/s3.png" width =" 420px " height =" 250px " alt =" Home Page " /></td >
3333</tr >
3434</table >
3535
@@ -100,3 +100,4 @@ pip install requests
100100 - Real-time data fetching using API
101101 - Modular code architecture for scalability
102102
103+
You can’t perform that action at this time.
0 commit comments