nikhilkumarsingh / gnewsclient

An easy-to-use python client for Google News feeds.
MIT License
50 stars 27 forks source link

Gui #16

Closed Shrey97 closed 6 years ago

Shrey97 commented 6 years ago

2 Implemented basic Tkinter GUI and added fetching and filtering news.

Having a problem with displaying JPEG photos directly from their link. Please review @nikhilkumarsingh This was done as a joint task by me and @utkarshkvs1

utkarshkvs1 commented 6 years ago

@nikhilkumarsingh please review this PR so that we can work further on this.

nikhilkumarsingh commented 6 years ago

I think GUI can be made better. In select bar, show default values by default instead of "Select language", etc. Also, display the news on GUI itself instead of displaying it on terminal.

As far as displaying image is concerned, you will have to fetch content of each image and convert it into StringIO object and then into ImageTk object to display it.