Currency Converter
-We are coding for a program that can convert currencies at the current time, as currency between different countries trades over a second, hence this will be a ‘REAL-TIME CONVERTER’. With the help of this program, we can easily able to one currency to another in a simple click.
-We will design this with GUI for a better view of our program and then convert it into an application.
For Currency Conversion: forex-python
For converting to exe: Pyinstaller (auto-py-to-exe)
forex-python is a python module that provides functionality for foreign exchange rates and currency conversion.
Use the package manager pip to install.
pip install forex-python
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.
Use the package manager pip to install.
pip install tkinter
This project allows you to convert python scripts to executables with a simple interface.
Use the package manager pip to install.
pip install auto-py-to-exe
Python Imaging Library is a free and open-source additional library for the Python programming language that adds support for opening, manipulating, and saving many different image file formats
(NOTE - Although we installed Pillow but we are going to use PIL module for our coding, as PIL is a forked version of Pillow)
Use this package manager pip to install.
pip install pillow