1 Star 1 Fork 0

cheney / 股票模拟器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 343 Bytes
一键复制 编辑 原始数据 按行查看 历史
cheney 提交于 2024-04-27 05:49 . update main.py.
"""
Version:Python 3.7.x
Author:Cheney
Date:2021.7.22
Brief: Simple stock price & profit calculation
Note: Tax currently is 1.2/10000 (at least 5 RMB) & 1/1000
"""
from app_ui import AppUI
import log
def main():
app_win = AppUI(app_name='SA Simulator', app_size='370x200')
app_win.run()
if __name__ == '__main__':
main()
Python
1
https://gitee.com/cheneykids/stock-simulator.git
git@gitee.com:cheneykids/stock-simulator.git
cheneykids
stock-simulator
股票模拟器
master

搜索帮助