https://github.com/sandip-sadhukhan/currencyconverter
This is a gui based currency converter developed in python3
https://github.com/sandip-sadhukhan/currencyconverter
Last synced: 3 months ago
JSON representation
This is a gui based currency converter developed in python3
- Host: GitHub
- URL: https://github.com/sandip-sadhukhan/currencyconverter
- Owner: sandip-sadhukhan
- Created: 2019-12-15T08:21:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T08:22:06.000Z (over 5 years ago)
- Last Synced: 2024-01-31T18:56:34.048Z (over 1 year ago)
- Language: Python
- Size: 64.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Currency Converter
It is a simple Currency Converter application developed by [sandip Sadhukhan](https://yourwebsite.github.io/) with **python**.## Requirement
* python 3
## Download the Tool
go to your terminal or Command Prompt and write the following commands
```bash
git clone https://github.com/sandipsadhukhan/currencyConverter.git
```
## Run the Tool
### On Mac os/Linux
```bash
cd currencyConverter
python3 currencyConverter.py
```
### On Windows
```bash
cd currencyConverter
python currencyConverter.py
```
## Screenshot## How to Use
1. First Type the Indian Currency in INR Box.
1. Then Click on ***Calculate*** Button. The Program automatically calculate INR into 7 different currency.
1. If you want to save the calculation table for future use then, click on ***save*** button. It will create a **currency.txt** file and save the data.You can see data by opening currency.txt file.## Feature
* [x] Converted into 7 different currency unit
* United States Dollar
* Bangladeshi Taka
* Indonesian Rupiah
* Australian Dollar
* Chinese Yuan
* Euro
* Japanese Yen
* [x] Save Currency in _.txt_ file