Skip to content

Currency Converter app that uses tkinter for gui and an api to convert the currencies.

Notifications You must be signed in to change notification settings

Ali-Noroozbeigy/PyCurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

PyCurrencyConverter

By using this projects, we can convert two currencies to each other with a given amount.

requirements

First you need to install requests module by using the command: pip install requests

Then you should sign up for free for an api key in APILAYER.

Once you got the api key, you should set it as an environment variable using this in bash commandline: export APILAYER_KEY="YOUR API KEY"

Then you can run the program: python converter.py

contribution

Share your ideas with me! Any contribution would be appreciated!

About

Currency Converter app that uses tkinter for gui and an api to convert the currencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages