Skip to content
/ Mantle Public

A disaster management system based on Google App Engine using Python

License

Notifications You must be signed in to change notification settings

D161764/Mantle

Repository files navigation

Mantle

A disaster management system based on Google App Engine using Python

Steps to run Weather_Forecast.py:

1.add urllib2 module(comes inbuilt with python 2.7)

2.Run the .py in a Python IDLE shell or simply: python Weather_Forecast.py

3.Alternatively, create a shell(bash) script named job.sh with contents:

!/usr/bin/sh python Weather_Forecast.py

4.sudo chmod u x job.sh

5.sudo ./job.sh

Output

<------------------------WEATHER REPORT: KOLKATA--------------------------->

Temperature is: 28 degree celcius

Condition : Rain

About

A disaster management system based on Google App Engine using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages