https://github.com/clpsplug/currencywatcher
A crude currency rate widget utilising GMO Coin public API.
https://github.com/clpsplug/currencywatcher
currency-exchange-rates python tkinter
Last synced: 12 months ago
JSON representation
A crude currency rate widget utilising GMO Coin public API.
- Host: GitHub
- URL: https://github.com/clpsplug/currencywatcher
- Owner: Clpsplug
- License: mit
- Created: 2024-07-06T08:18:17.000Z (almost 2 years ago)
- Default Branch: base
- Last Pushed: 2024-07-13T02:42:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T17:53:41.532Z (over 1 year ago)
- Topics: currency-exchange-rates, python, tkinter
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency watcher
A simple currency rate watcher widget on your desktop
written with Python and Tkinter.
Powered by [GMO Coin Public API](https://api.coin.z.com/fxdocs/en/#outline)
## How to run
1. Install Python (3.12 or later) and tcl-tk using method of your choice.
2. Install poetry.
```console
$ pip install poetry
```
3. Create the poetry environment:
```console
$ poetry install
```
4. And just run it (by default, it shows the USD-JPY rate.)
```console
$ 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