Member-only story

Python script that reads articles on your behalf

Let Python become the helper of yours

Abhay Parashar
The Pythoneers
3 min readOct 10, 2020

--

Medium is one of the largest platforms for both readers and writers, it has a community of more than 300 million people around the world. Almost every day more than 100k articles are published on medium and more than 1000 hours of reading time every day. In medium, there are so many articles from over 100 different categories.

There is so much data to read on the medium that we can’t read by ourself but to increase our knowledge we have to more articles. so what do we do?

Here in this blog, I will share a way using which we can make our computer or laptop to read articles on their own so that you don’t have to read every article on your own. We are going to use Python and some of its libraries to create an article reader for us.

Let’s start

For those who don’t know anything about programming just don't worry go to the official Python website and Download the latest version of Python.

Now we need to install some packages → Beautiful soup, requests and pyttsx3

pip install requests
pip install beautifulsoup4
pip install pyttsx3

requests: Requests allows you to send HTTP/1.1 requests extremely easily.

--

--

The Pythoneers
The Pythoneers

Published in The Pythoneers

Your home for innovative tech stories about Python and its limitless possibilities. Discover, learn, and get inspired.

Abhay Parashar
Abhay Parashar

Written by Abhay Parashar

Guarding Systems by Day 👨‍💻, Crafting Stories by Night ✍🏼, Weaving Code by Starlight 🤖

No responses yet