v0.1.0 - First Release: Search Articles, Summaries, Links, and Random Article
Changelog:
- First Public Release: The initial version of WikipediaTool is now available for users to interact with Wikipedia through the command line.
- Search Articles: Users can now search Wikipedia articles based on queries, with results displayed in an easy-to-read table.
- Get Article Summary: Fetch concise summaries of any article, providing quick insights without needing to read the full content.
- View Article Links: Retrieve related articles and external links for further exploration directly from the command line.
- View Full Article: Access the full content of any article, formatted for easy reading in the terminal.
- Random Article Feature: A new feature that allows users to discover random articles, adding a fun and exploratory aspect to browsing Wikipedia.
- Multilingual Support: Users can switch between different languages (e.g., English, French, German) for a global Wikipedia browsing experience.
- PDF Export: Save search results, article summaries, or full articles as PDF files for offline reading and sharing.
- Enhanced User Experience: The tool provides a clean and structured menu, making it easy to navigate through options and interact with the data.
Installation Instructions:
- Clone the repository and install the required dependencies using
pip install -r requirements.txt
.
Usage:
- Launch the tool with
python wikipedia_tool.py
and interact with the menu for searching articles, viewing summaries, or exploring random articles.