News-GUI-Tkinter-Python-Mini-Project
setup
- Clone the repository : https://github.com/ni3choudhary/News-GUI-Tkinter-Python-Mini-Project.git
- Inside the project root directory, Create Python Virtual Environment and activate it using below commands
$ 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