|
2 | 2 | <hr>
|
3 | 3 | <h4>Built with</h4>
|
4 | 4 | <hr>
|
5 |
| -<b>1.Python Tkinter</b> |
6 |
| -<b>2.Library needed</b> |
| 5 | +<b>1.Python Tkinter</b><br> |
| 6 | +<b>2.Library needed</b><br> |
7 | 7 | -- wikipedia - Wikipedia is a Python library that makes it easy to access and parse data from Wikipedia.<br>
|
8 | 8 | -- tkinter - Python provides the standard library Tkinter for creating the graphical user interface for desktop based applications.<br>
|
9 | 9 | -- tkinter – ScrolledText - There are various types of widgets available in Tkinter,ScrolledText widget is a text widget with a scroll bar.<br>
|
10 | 10 | The tkinter.scrolledtext module provides the text widget along with a scroll bar.<br>
|
11 | 11 | <br>
|
12 |
| -<h4>Aim</h4> |
13 |
| -The aim of this python script is to get the summary of desired topic from wikipedia. |
| 12 | +<h4>Aim</h4><br> |
| 13 | +The aim of this python script is to get the summary of desired topic from wikipedia.<br> |
14 | 14 | <br>
|
15 |
| -<h4>Workflow of script</h4> |
| 15 | +<h4>Workflow of script</h4><br> |
16 | 16 | <hr>
|
17 |
| -Step 1: Firstly, imported all the package listed above. |
18 |
| -Step 2: Then function name {search} will be there in which we get the data from wikipedia module. |
19 |
| -Step 3: Then we create main window for tkinter,Buttons were added. |
| 17 | +Step 1: Firstly, imported all the package listed above.<br> |
| 18 | +Step 2: Then function name {search} will be there in which we get the data from wikipedia module.<br> |
| 19 | +Step 3: Then we create main window for tkinter,Buttons were added.<br> |
20 | 20 | Step 4: When we run the script tkinter interface will appear we write the topic in space given.Click on search then wait for a while<br>
|
21 |
| -then summary will appear. |
22 |
| -<b>Don't forgot to connect your internet with the system.</b> |
| 21 | +then summary will appear.<br> |
| 22 | +<b>Don't forgot to connect your internet with the system.</b><br> |
23 | 23 | <br>
|
24 |
| -<h4>Output</h4> |
| 24 | +<h4>Output</h4><br> |
25 | 25 | <hr>
|
26 |
| -<b>output screenshot</b> |
27 |
| -GUIScripts/Wikipedia Summary/Images/output screenshot 1.png |
28 |
| -GUIScripts/Wikipedia Summary/Images/output screenshot 2.png |
29 |
| -<b>output gif</b> |
30 |
| -GUIScripts/Wikipedia Summary/Images/output.gif |
31 |
| -<h4>Author</h4> |
| 26 | +<b>output screenshot</b><br> |
| 27 | +GUIScripts/Wikipedia Summary/Images/output screenshot 1.png<br> |
| 28 | +GUIScripts/Wikipedia Summary/Images/output screenshot 2.png<br> |
| 29 | +<b>output gif</b><br> |
| 30 | +GUIScripts/Wikipedia Summary/Images/output.gif<br> |
| 31 | +<h4>Author</h4><br> |
32 | 32 | Pratima Kushwaha
|
0 commit comments