Friday, 14 July 2017

GUI based News collector using Python Scripting language

         We know python is a powerful  and simple scripting language. We can use python to automate and get rid of boring works like files copying , renaming, moving and so on.
          I had developed a independent tool by using python and it's modules to get news of intrest topic or keyword. This is a .exe file developed from python script which collects all news from different web sites by using  RSS feeds of respective news website. Python tkinter module is used to develop GUI for this tool. A key word has to select from list of predefined keywords.  After selecting Key word then the news titles which are matched with the keyword  are displayed in the text  below box.

The GUI Looks like as follows


GUI for News Extractor

Then I Selected a keyword flood the result will be as follow

Latest News for Flood

Like the above we can get news as of our interest. This is a initiation for this tool lot more to change.

2 comments: