Skip to content

Saim-Akhtar/Python-Electron-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Electron-Weather-App

An Electron desktop app in which the weather details of any city are displayed.

The weather details are generated from Python code which uses request to fetch the weather details

Python dependency:

	pip install requests

Setup the App

  • clone this repo

  • install packages

** installation of packages will take time because electron installs postinstall which takes much time so have patience 😓 **

	git clone https://github.com/Saim-Akhtar/Python-Electron-Weather-App.git

	npm install

Starting the app

	npm start