Skip to content

bevesce/convert_currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert Currency

Alfred workflow and python3 script that converts currencies using fixer.io API.

alfred workflow

Usage

> python3 convert_currency.py 1 eur zł
4.2869 zł

You can pass argument that looks something like one of those examples:

  • 10
  • 10 gbp
  • 10 gbp eur
  • 10 gbp eur usd

You can set this two variables in convert_currency.py:

DEFAULT_FROM_CURRENCY = 'EUR'
DEFAULT_TO_CURRENCIES = ('PLN', 'USD', 'EUR')

About

Alfred workflow and cli script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages