项目作者: cyrobotcoder

项目描述 :
Currency Converter
高级语言: Python
项目地址: git://github.com/cyrobotcoder/cuExchange_Hoohacks_2021.git
创建时间: 2021-03-27T16:07:12Z
项目社区:https://github.com/cyrobotcoder/cuExchange_Hoohacks_2021

开源协议:MIT License

下载


Project Hoohacks

Topic - Finanace

Currency Converter Application

Website for more convenience - https://cyrobotcoder.github.io/cuExchange_Hoohacks_2021/

@Aditya Kumar Gupta & @ Himanshu Sahu

Description

-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.

  • In this hack, I (the admin) makes contribution on writing the codes for currency conversion and structuring the website (using HTML) in which we are going to host the our code and output of each option we created in our Project. My teammate Himanshu handles the coding of GUI of the application and beautifying our website using CSS and Bootstrap and makes his fabulous contribution in this project.
  • The main challenges we face is to access the Real time Data of the currencies. But soon after we both are able to figure it out the bug and did what we planned successfully.
  • We import PIL in place of Pillow as PIL is a forked version of Pillow.

    Modules we used :-

    For designinng : tkinter

For Currency Conversion: forex-python

For converting to exe: Pyinstaller (auto-py-to-exe)

forex-python

forex-python is a python module that provides functionality for foreign exchange rates and currency conversion.

Installation

Use the package manager pip to install.

  1. pip install forex-python

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.

Installation

Use the package manager pip to install.

  1. pip install tkinter

auto-py-to-exe

This project allows you to convert python scripts to executables with a simple interface.

Installation

Use the package manager pip to install.

  1. pip install auto-py-to-exe

Pillow

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)

Installation

Use this package manager pip to install.

  1. pip install pillow