Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Wikipedia Summary Fetcher

🔍 A Python tool to fetch and display summaries for any topic from Wikipedia interactively.


Features

  • Fetch concise summaries for any topic.
  • Handles ambiguous topics and suggests possible alternatives.
  • Gracefully handles topics that are not found.
  • Works interactively in the console.

Tech Stack


Installation

  1. Clone or fork this repository.
  2. Install dependencies:
pip install wikipedia

Usage

Run the Python script:

python wikipedia_summary.py

Type any topic to fetch its summary. Type 'exit' to quit the program.