/News-GUI-Tkinter-Python-Mini-Project

A News GUI created using Tkinter in Python.

Primary LanguagePython

News-GUI-Tkinter-Python-Mini-Project

setup

$ python3 -m venv env

Activate Virtual Environment

$ .env/bin/activate 
          OR
$ .\env\Scripts\activate

Install Libraries using below command

$ pip install -r requirements.txt

Generate an API key from newsapi.org website and create a .env file in root directory with below details.

API_KEY = "Your-API-Key"
  • Run app.py on terminal to start local server.
$ python app.py

• Please do the repository, if it helped you in anyway.