/CurrencyWatcher

A crude currency rate widget utilising GMO Coin public API.

Primary LanguagePythonMIT LicenseMIT

Currency watcher

A simple currency rate watcher widget on your desktop written with Python and Tkinter.

Powered by GMO Coin Public API

How to run

  1. Install Python (3.12 or later) and tcl-tk using method of your choice.
  2. Install poetry.
    $ pip install poetry
  3. Create the poetry environment:
    $ poetry install
  4. And just run it (by default, it shows the USD-JPY rate.)
    $ poetry run python main.py
    This app only uses public API, so you don't need to have an account to run it.

LICENSE

MIT