Kpeved / currency_exchanger

A simple project showing how currency exchange could be done
11 stars 0 forks source link

Support expressions #2

Open spatecon opened 1 year ago

spatecon commented 1 year ago

Thanks for your project! I hope it can be a good approach to solve daily issues for people traveling a lot.

Could you consider adding native calc expressions? I would like to write expressions like this:

1000 TRY + $5500/2 - 100 EUR

And have answer in selected currency, such as USD.

Kpeved commented 1 year ago

Hi @spatecon . Thanks for the request. That might be a very interesting improvement, but will complicate UI a lot. So far I haven't seen such currency exchangers except desktop or web apps. But worth considering as an advanced improvement.