Skip to content

tanmay-bhatgare/currency-converter-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter GUI

This is a class based GUI-based currency converter built using customtkinter and Python. The application allows users to convert between various currencies using real-time exchange rates.

Features

  • User-friendly GUI made with customtkinter
  • Converts between multiple currencies
  • Real-time exchange rate updates
  • Error handling for invalid inputs
  • Reusable Widgets
  • Easily Manageable Code

Screenshots

Currency Converter

Requirements

  • Python 3.11+
  • customtkinter library (for GUI rendering)
  • requests library (for fetching real-time exchange rates)

Acknowledgments

I would like to thank the following individuals and projects for their contributions and support:

  • CustomTkinter: For providing the customtkinter library used to create the GUI.
  • ExchangeRate-API: For providing the real-time exchange rate API used in this application.

Your contributions and hard work are greatly appreciated!

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/currency-converter-gui.git
cd currency-converter-py
  • If using python virtual environment

  1. Create Virtual Environment and Install the required dependencies:

    python -m venv .venv
    ./venv/Script/activate
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Migrate to app:

    cd app
  4. Run main.py:

    python -m .\main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages