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:
- https://wiki.python.org/moin/GuiProgramming
- http://sebsauvage.net/python/gui/
- http://www.linuxplanet.com/linuxplanet/tutorials/6708/1