From 3587e3224219e1adc79f7bac733e0290bffefd67 Mon Sep 17 00:00:00 2001 From: Akshay S Dinesh Date: Tue, 24 Mar 2015 20:01:37 +0530 Subject: [PATCH] readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..683644a --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# CricScore # +Python script that notifies you the cricket score + +## Features ## +* Allows you to choose from concurrent matches +* Change choice by Ctrl+C +* Quit by Ctrl+C twice +* Shows notification only if there's a change in the score (run or wicket) + +## Requirements ## +* libnotify, BeautifulSoup +* Internet connection + +## Credits ## +* [CricInfo](http://www.espncricinfo.com/) for providing score +* [Anubhav Yadav](http://www.quora.com/What-are-some-cool-Python-tricks/answer/Anubhav-Yadav-5) for initial code and idea