Currency Conversion Tool
Run by python3 main.py.
This is a small tool developed purely for personal needs, intended only for conversion reference.
Exchange rates are not real-time, calculations are approximate, and should not be used for transaction support!!!
Exchange rates are sourced from api.frankfurter.dev. This API updates once daily; this tool requests data upon each run or upon clicking the refresh button in the upper right corner, so the exchange rates in this tool are updated at most once daily.
Bug fixes; the issue of the scroll wheel not functioning in the window is currently unresolved. Interface enhancement; the current interface is merely functional. Adding packaging and cross-platform executable capabilities. Currently, it can only be run as Python code.
货币换算工具
运行命令:python3 main.py
这是一个纯粹出于个人需求开发的小工具,只做换算的参考。
1,修复bug,目前在窗口里滚轮不生效的问题还未解决。 2,美化界面,目前仅仅是可用而已。 3,增加打包和跨平台的可执行程序。目前还只能以python代码方式运行。
This project is licensed under the MIT License. See the LICENSE file for details.