Skip to content

This is a dice built for COC with GUI available.

Notifications You must be signed in to change notification settings

kxdxzr/dice_for_COC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dice_for_COC

简体中文 | English

dice_EN 英文

dice_CN 中文

需要的包

datetime, numpy, PySimpleGUI

pip install DateTime
pip install PySimpleGUI
pip install numpy

外观

image

image

功能

一些常用骰子已经做成按钮包括 1d3, 1d4, 1d6, 1d8, 1d100.

自定义骰子,格式: 1d3 + 2d6 + 2

如果拥有两个屏幕,可以使用“front_end”窗口来展示结果,以此隐藏暗投结果。

中间的日志窗口会显示所有投掷结果,当关闭程序时,日志会自动保存到log.log 文件中

当1d100随机到大成功与大失败的值时,结果颜色会发生变化,默认大成功大失败值为5 和 96, 该值可改变。

加载日志,可以从log.log文件中读取上次保存的日志并替换当前日志。

未来

仍在开发中,欢迎提供bug与建议

处理bug.

当前bug:

About

This is a dice built for COC with GUI available.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages