Wikipedia Summary
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
1.Python Tkinter
2.Library needed
-- wikipedia - Wikipedia is a Python library that makes it easy to access and parse data from Wikipedia.
-- tkinter - Python provides the standard library Tkinter for creating the graphical user interface for desktop based applications.
-- tkinter – ScrolledText - There are various types of widgets available in Tkinter,ScrolledText widget is a text widget with a scroll bar.
The tkinter.scrolledtext module provides the text widget along with a scroll bar.
The aim of this python script is to get the summary of desired topic from wikipedia.
Step 1: Firstly, imported all the package listed above.
Step 2: Then function name {search} will be there in which we get the data from wikipedia module.
Step 3: Then we create main window for tkinter,Buttons were added.
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
then summary will appear.
Don't forgot to connect your internet with the system.
output screenshot
GUIScripts/Wikipedia Summary/Images/output screenshot 1.png
GUIScripts/Wikipedia Summary/Images/output screenshot 2.png
output gif
GUIScripts/Wikipedia Summary/Images/output.gif
Pratima Kushwaha