GSoC/GCI Archive
Google Code-in 2014 FOSSASIA

Temperature Converter: Build a simple GUI application in python for converting temperature in Kelvin, Celcius or Farenheit.

completed by: Amirul

mentors: Praveen Patil

Create a simple GUI application in python for converting temperature in different scales.

You can use python GUI tools like Tkinter or wxPython.  In the application one should be able to enter the value in Celsius and convert it to kelvin or Fahrenheit.

 

Ref:

  1. https://wiki.python.org/moin/GuiProgramming
  2. http://sebsauvage.net/python/gui/
  3. http://www.linuxplanet.com/linuxplanet/tutorials/6708/1