Skip to content

Nisrgg/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

currency-converter

Python Project for class

This currency converter application allows users to convert an amount from one currency to another. It utilizes the Forex Python library to fetch real-time exchange rates.

Features

User-Friendly Interface: The application provides a clean and easy-to-use interface for entering the amount and selecting currencies.

Real-Time Exchange Rates: The application fetches real-time exchange rates using the Forex Python library to ensure accuracy in currency conversion.

Default Currencies: Default currencies (USD as 'from' currency and EUR as 'to' currency) are set, but users can easily change them using dropdown menus.

Dependencies Tkinter: Included in most Python installations. Forex Python: Install using pip install forex-python.

License This project is licensed under the MIT License - see the LICENSE file for details.

About

Python Project for class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages