Currency Convertor is a GUI based Python App which provides the user with the current currency conversion rates by requesting the data from a Currency Conversion API (CurrencyLayer). The Data recieved is in the form of JSON and is then parsed according to the User Input in the App and then Conversions are done and Displayed.
This provides an easy and handy tool for quick conversions.
The Machine should have a working internet connection for this to work.
- Download or Clone the Repo to your local machine.
- Open Terminal and navigate to the directory
- Run
python gui.pyorpython3 gui.py - Enter the input and click on convert
Python : 3.6.0
- requests
- tkinter
- feed parser
- Adding More currency options
- Building Material-UI
- Building a CLI Tool for robust Usage