Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 642 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 642 Bytes

天命之选

[toc]

介绍

生活中的你,是不是时常犹豫不决,患得患失? 但是,天命之选,它来了!! 这款随机工具,直接帮你实现选择自由,做出你的天命选择!

界面展示

应用界面

软件架构

pyqt5 做的随机工具, 可以自由增删选项池, 自由加载配置。

环境搭建

conda env create -f freeze.yml

pip install -r requirements.txt

打包

linux

pyinstaller -i statics/food.ico -n tian_xuan main_gui.py

windows

pyinstaller -w -i statics/food.ico -n tian_xuan main_gui.py