diff --git a/bumblebee/modules/currency.py b/bumblebee/modules/currency.py index 580c91d..79be8e1 100644 --- a/bumblebee/modules/currency.py +++ b/bumblebee/modules/currency.py @@ -1,6 +1,14 @@ # -*- coding: UTF-8 -*- # pylint: disable=C0111,R0903 +"""Displays currency exchange rates. Currently, displays currency between GBP and USD/EUR only. + +Requires the following python packages: + * requests + +Parameters: + * currency.interval: Interval in minutes between updates, default is 1. + import bumblebee.input import bumblebee.output import bumblebee.engine diff --git a/screenshots/currency.png b/screenshots/currency.png new file mode 100644 index 0000000..ffcc549 Binary files /dev/null and b/screenshots/currency.png differ