🔍 A Python tool to fetch and display summaries for any topic from Wikipedia interactively.
- 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.
- Python 3.x
- wikipedia library
- Clone or fork this repository.
- Install dependencies:
pip install wikipediaRun the Python script:
python wikipedia_summary.pyType any topic to fetch its summary. Type 'exit' to quit the program.