| 1 | # news_oversimplifier.py |
| 2 | # Python command-line tool that fetches recent news articles based on a search query using NewsAPI and summarizes the article content using extractive summarization. You can also save the summaries to a text file. |
| 3 | |
| 4 | # (requires API key in .env file) |