A simple currency rate watcher widget on your desktop written with Python and Tkinter.
Powered by GMO Coin Public API
- Install Python (3.12 or later) and tcl-tk using method of your choice.
- Install poetry.
$ pip install poetry
- Create the poetry environment:
$ poetry install
- And just run it (by default, it shows the USD-JPY rate.)
This app only uses public API, so you don't need to have an account to run it.
$ poetry run python main.py
MIT