Skip to content

Commit 944eb57

Browse files
committed
update readme
1 parent dd1fb47 commit 944eb57

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

GUIScripts/Wikipedia Summary/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
-- wikipedia - Wikipedia is a Python library that makes it easy to access and parse data from Wikipedia.<br>
88
-- tkinter - Python provides the standard library Tkinter for creating the graphical user interface for desktop based applications.<br>
99
-- tkinter – ScrolledText - There are various types of widgets available in Tkinter,ScrolledText widget is a text widget with a scroll bar.<br>
10-
The tkinter.scrolledtext module provides the text widget along with a scroll bar.<br>
10+
The tkinter.scrolledtext module provides the text widget along with a scroll bar.
1111
<br>
12-
<h4>Aim</h4><br>
12+
<h4>Aim</h4>
13+
<hr>
1314
The aim of this python script is to get the summary of desired topic from wikipedia.<br>
14-
<br>
15-
<h4>Workflow of script</h4><br>
15+
<h4>Workflow of script</h4>
1616
<hr>
1717
Step 1: Firstly, imported all the package listed above.<br>
1818
Step 2: Then function name {search} will be there in which we get the data from wikipedia module.<br>
1919
Step 3: Then we create main window for tkinter,Buttons were added.<br>
2020
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>
2121
then summary will appear.<br>
22-
<b>Don't forgot to connect your internet with the system.</b><br>
22+
<b>Don't forgot to connect your internet with the system.</b>
2323
<br>
24-
<h4>Output</h4><br>
24+
<h4>Output</h4>
2525
<hr>
2626
<b>output screenshot</b><br>
2727
GUIScripts/Wikipedia Summary/Images/output screenshot 1.png<br>
2828
GUIScripts/Wikipedia Summary/Images/output screenshot 2.png<br>
2929
<b>output gif</b><br>
3030
GUIScripts/Wikipedia Summary/Images/output.gif<br>
31-
<h4>Author</h4><br>
32-
Pratima Kushwaha
31+
<h4>Author</h4>
32+
Pratima Kushwaha

0 commit comments

Comments
 (0)