本项目是OneDice标准的标准库
包含了以下支持版本
语言 | OneDice 版本 | 主要作者 | 项目地址 |
---|---|---|---|
Python | V1 | lunzhiPenxil | OlivOS-Team/lib-onedice/python |
Kotlin | V1 | zhaodice | OlivOS-Team/lib-onedice/kotlin |
- 使用 pip
pip install onedice
import onedice
dice = onedice.RD("(1d8+2d100)*1d10")
dice.roll()
print(dice.resInt)
print(dice.resError)
1296
None