| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Currency Converter Project is designed to be a practical application leveraging the Python programming language to create a tool that allows users to convert amounts between different currencies. This project utilizes the ExchangeRate-API for fetching real-time exchange rate data and provides an interface for users to specify the amount in one currency and get the equivalent amount in another currency. Additionally, the project features a user-friendly UI using Streamlit, making it accessible for non-technical users to perform currency conversions with ease.
A solution within this project is expected to deliver the following outcomes:
To run this project, you will need the following:
The project is structured as follows:
├── gui/ # Directory for the Streamlit GUI application │ └── Gui.py # Main Streamlit application file │ └── Constants.py # File containing the list of supported currency codes ├── src/ # Directory for source code │ └── Currency_Convertor.py # Logic for currency conversion and API interactions ├── .gitignore # File to specify intentionally untracked files for Git ├── LICENSE # Project license information ├── README.md # Project documentation and overview ├── requirements.txt # List of Python dependencies required to run the project
The project has been designed with expandability in mind. Future enhancements could include:
| Back | FazBrowse Home | New Git URL |