abhishekdepro / Mantle

Mantle is an opensource disaster management software based on Python and Google App Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Mantle is an opensource disaster management software based on Python and Google App Engine

License:Apache License 2.0


Languages

Language:Python 69.1%Language:C# 30.9%