Presentation of Currency - Converter
Presentation of Currency - Converter
Output will
be zero
End
LIBRARY TKINTER
• Tkinter is the standard GUI library
for Python. Python when combined with Tkinter provides
a fast and easy way to create GUI applications.
• Tkinter provides a powerful object-oriented interface to
the Tk GUI toolkit.
• This framework provides Python users with a simple way to
create GUI elements using the widgets found in the Tk
toolkit.
• Tk widgets can be used to construct buttons, menus, data
fields, etc. In a Python application.
PROGRAM CODE
PROGRAM OUTPUT
CONCLUSION OF THIS PROJECT
• Therefore, currency converter is developed
and used for knowing the currencies value.
• It can be further developed by including
more currency options, and by shown
currency value table for the user.