From f9983b79995c98ba679fb00874dd34901dd84c16 Mon Sep 17 00:00:00 2001 From: mahimasingh23 Date: Mon, 8 Oct 2018 23:37:51 +0530 Subject: [PATCH] Adding more python examples --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a5127d2ef98..fbbc086a179 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,5 @@ In the scripts the comments and other documents are lined up correctly when they - [Google_News.py](https://github.com/geekcomputers/Python/blob/master/Google_News.py) - Uses BeautifulSoup to provide Latest News Headline along with news link. - [cricket_live_score](https://github.com/geekcomputers/Python/blob/master/Cricket_score.py) - Uses BeautifulSoup to provide live cricket score. - - [youtube.py](https://github.com/geekcomputers/Python/blob/master/youtube.py) - Takes a song name as input and fetches the YouTube url of the best matching song and plays it. - - [site_health.py](https://github.com/geekcomputers/Python/blob/master/youtube.py) - This script is very useful for when you just to do a health check on a remote server.