GSoC/GCI Archive
Google Code-in 2014 FOSSASIA

Design a GUI in python for Pressure Converter application.

completed by: Conner DiPaolo

mentors: Praveen Patil

Design a GUI in python  for Pressure Converter application.

User should be able to easily convert (to and from) pressure measurements such as PSI to Bar or Pa.

User should input the pressure value and select the To and From Pressure measurement and the Pressure Converter should  automatically display the result.

 

You can use python GUI tools like Tkinter or wxPython.  

Ref:

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