https://github.com/adamdiom/remy
https://github.com/adamdiom/remy
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamdiom/remy
- Owner: AdamDIOM
- Created: 2023-06-23T16:28:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T14:06:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T07:43:48.355Z (over 1 year ago)
- Language: Python
- Size: 11.3 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remy the Mouse
this isnt hosted, the only way to access the gif creation is to run ```flask_server.py``` and use url extention ```/image/```
you will need to format the currency in the url by replacing the forward slash '/' with a dash '-' e.g. EUR-USD
the currencies supported are:
```EUR/USD
USD/JPY
GBP/USD
USD/TRY
USD/CHF
USD/CAD
EUR/JPY
AUD/USD
NZD/USD
EUR/GBP
EUR/CHF
AUD/JPY
GBP/JPY
CHF/JPY
EUR/CAD
AUD/CAD
CAD/JPY
NZD/JPY
AUD/NZD
GBP/AUD
EUR/AUD
GBP/CHF
EUR/NZD
AUD/CHF
GBP/NZD
USD/INR
USD/CNY
USD/SGD
USD/HKD
USD/DKK
GBP/CAD
USD/SEK
USD/ILS
USD/RUB
USD/MXN
USD/ZAR
CAD/CHF
NZD/CAD
NZD/CHF
BTC/USD
BTC/EUR
ETH/USD```