hewigovens / CurrencyConvert

A PopClip extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A PopClip extension that converts USD/GBP/EUR/JPY to CNY

Bitdeli Badge

###Demo

image

image

image

###How to build

  • Install PopClip
  • Fill up your open exchange rates appid (__apikey__ in src/settings_local.py)
  • cd to src folder
  • execute ./test.sh to check if have any errors
  • execute ./build.sh to build and install

###Files

├── README.md
├── build
│   └── CurrencyConvert.popclipextz
└── src
	├── Config.plist
	├── build.sh
	├── currency.py
	├── settings_local.py
	├── currency_yuan.png
	├── latest_rates.json
	└── test.sh

###Reference

About

A PopClip extension


Languages

Language:Python 69.7%Language:Shell 30.3%