#About system
This Currency Converter App is in Python. Talking about the features of this system, this python application is designed to convert entered numbers from one system/unit to other system/unit and it is also capable of handling all types of exceptions. Module Used – Tkinter()-It is a standard Python interface to the Tk GUI toolkit shipped with Python. Python with tkinter outputs the fastest and easiest way to create the GUI applications. Also, the design of this system is pretty simple so that the user won’t get any difficulties while working on it.
#How To Run The Project? To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step1: Extract/Unzip the file
Step 2: Go inside the project folder, open cmd then type currencyConverter.py and enter to start the system.
OR
Step 2: Simply, double click the currencyConverter.py file and you are ready to go.