Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Wikipedia GUI 📖

🔸Introduction

  • A mini version of Wikipedia created in Python Tkinter
  • User just needs to enter the topic name and click on submit to fetch information

🔸Purpose

This project is useful to fetch information from wikipedia in absense of web browser. You just need to have your internet and voila! you are ready to use it to get information about any topic.

🔸Requirements

  • Tkinter Module : for GUI
  • Tkinter MessageBox : for showing warning boxes
  • Wikipedia-API Module : for fetching topic information from Wikipedia pages

🔸Compilation Steps

  • Before running the python file, we need to install Wikipedia-API module, -->"pip install Wikipedia-API"
  • Run the "wikipedia_gui.py"
  • For additional information of imported modules, refer to "requirements.txt"

🔸Workflow

  • User needs to enter the name of topic for which he wishes to fetch information
  • If user leaves the topic name blank then program will show a warning box
  • Click on "Submit" button to get the information in "Result" box
  • Click on "Clear Output" button to clear the content from Result box
  • Click on "Quit" button to exit from the program

🔸Screenshots


🔸Author

POOJA S DESHPANDE