View Full Version : Python weather (it fetches weather condition and forecast from Google)



--{N_P}--
19th February 2008, 16:00
I used Python to create a small weather application. When started, it asks for the city. Then, it fetches weather condition and forecast from Google. Then it displays current conditions. That's it.

I spent most of the development time on researching how you do things on Symbian and in PyS60. And, well, it's easier then I expected.

So, there's much more to do to make it a useful app - default city, for example, list of previously entered cities, choice between Celsius and Fahrenheit... Or getting the city from cell location. That would be neat!

added a very simple function. In addition to showing current conditions, now you've got two more tabs with forecast for today and tomorrow.

i dnt use python so can sum1 provide screens plz
thnx

Click9666
19th February 2008, 16:30
Great job NP,
tried with my 5700 XM ,
Please find screen shot as below,

john74
19th February 2008, 19:12
where do you paste this py file??

Dansco
19th February 2008, 19:16
where do you paste this py file??

py files go in either C:\Python or E:\Python :idea:

popadin
19th February 2008, 21:07
Great app. Well done mudonja.

swankyleo
19th February 2008, 22:23
Awesome share mate :2thumbsup:

john74
20th February 2008, 02:00
i pasted it where you told me but still no icon in the menu

dvp
20th February 2008, 02:04
i pasted it where you told me but still no icon in the menu

You must run it from ScriptShell, Python installed, PythonScriptShell installed, then run it.

Stevengw
20th February 2008, 16:49
Sounds pretty good, will try to rep :D