Skip to content

Commit 09e777b

Browse files
committed
Add run on repl.it badge to README
This pull request adds a badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it).
1 parent 6a23e23 commit 09e777b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.replit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language = "python3"
2+
run = ""

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This repository will help you run a cross-platform quiz software with python 3 w
33
## Demonstration:
44
![Demo](https://github.com/VismayaAtreya/Python-Quiz-Application/blob/master/PyQuiz-Demonstration.gif)
55
## Getting Started
6-
1. Clone the repository and extract the '.zip' file and keep all its contents in the same folder.
6+
1. Clone the repository and extract the '.zip' file and keep all its contents in the same folder. or [![Run on Repl.it](https://repl.it/badge/github/vismodo/Python-Quiz-Application)](https://repl.it/github/vismodo/Python-Quiz-Application)
77

88
2. Launch 'Python 3.8 Shell'(also called IDLE).
99

@@ -13,7 +13,7 @@ This repository will help you run a cross-platform quiz software with python 3 w
1313

1414
![alt_text](https://github.com/VismayaAtreya/Python-Quiz-Application/blob/master/User%20Guide%20Images/IMG%202.png)
1515

16-
4. After opening the file, click on Run > Run Module.
16+
4. After opening the file, click on Run > Run Module. or [![Run on Repl.it](https://repl.it/badge/github/vismodo/Python-Quiz-Application)](https://repl.it/github/vismodo/Python-Quiz-Application)
1717

1818
![alt_text](https://github.com/VismayaAtreya/Python-Quiz-Application/blob/master/User%20Guide%20Images/IMG%203.png)
1919

0 commit comments

Comments
 (0)