Skip to content

User-friendly GUI app for real-time currency conversion, featuring offline mode, customizable settings, and a sleek Tkinter interface.

Notifications You must be signed in to change notification settings

bzm10/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Currency Converter App

Introduction

The Currency Converter App is a user-friendly desktop application designed to provide real-time currency conversion rates. Built using Python and Tkinter, it offers a seamless and intuitive interface for easy currency conversions. This app is perfect for travelers, forex traders, and anyone needing quick access to currency exchange rates.

Features

  • Real-Time Conversion: Get the latest exchange rates for a wide range of global currencies.
  • Offline Mode: Access stored rates even without an internet connection.
  • User-Friendly Interface: Simple and easy-to-use GUI built with Tkinter.
  • Customizable Settings: Personalize your experience with adjustable settings like color themes and decimal precision.
  • Swap Feature: Easily switch between 'from' and 'to' currencies.
  • Log History: Track your conversion history for future reference.

Installation

To install the Currency Converter App, follow these steps:

  1. Ensure you have Python installed on your machine.
  2. Clone the repository or download the source code.
  3. Install required dependencies by running the following command: pip3 install requests
  4. Run the application: python app.py.

Usage

  1. Select the currencies you want to convert from and to.
  2. Enter the amount you wish to convert.
  3. Click on 'Convert' to get the latest conversion rates.
  4. Utilize additional features like swapping currencies, viewing history, and adjusting settings as needed.

Credits

This application relies on the Exchange Rate API for fetching real-time currency conversion rates. A special thanks to Exchange Rate API for providing accurate and timely data.

Keywords

Currency Conversion, Offline conversion, Travel Currency Calculator, Currency Conversion Offline, Python, Tkinter, Offline Mode, Exchange Rate API, Financial Tool, GUI Application, User-Friendly Interface

About

User-friendly GUI app for real-time currency conversion, featuring offline mode, customizable settings, and a sleek Tkinter interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages