Writing GUIs for Python: Google-NewsProject
I want to create a small GUI on Python for the code below.The GUI should have the functionality to ask the user which keyword she/he wants to search for, so that the user can enter the desired keyword.Can someone help me create it?
from GoogleNews import GoogleNews
ssl._create_default_https_context=ssl._create_unverified_context
googlenews.set_lang('en')
googlenews.get_news('"EXAMPLE"')
keys=googlenews.results()[0].keys()
'''
uj5u.com enthusiastic netizens replied:
tkinter is a nice GUI program that can be used with python.
0 Comments