diff --git a/404.html b/404.html index 6d4caf35..66a18a36 100755 --- a/404.html +++ b/404.html @@ -1 +1 @@ -
约 499 个字 59 行代码 预计阅读时间 7 分钟
文件描述: All constants
外部引用: math
, platform
源码位置: tkintertoolsconstants.py
BORDERWIDTH Constant
BORDERWIDTH: int = 1
+ body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
tkintertools constants.py
tkintertools.constants#
约 499 个字 59 行代码 预计阅读时间 7 分钟
文件描述: All constants
外部引用: math
, platform
源码位置: tkintertoolsconstants.py
Constants - 常量#
COLOR_FILL_BUTTON Constant
Default Button
fill color
COLOR_FILL_CHECKBUTTON Constant
COLOR_FILL_CHECKBUTTON: tuple = ('#E1E1E1', '#E5F1FB', '#CCE4F7', '#E0E0E0')
diff --git a/documents/exceptions/index.html b/documents/exceptions/index.html
index c66d25d8..611fc93d 100755
--- a/documents/exceptions/index.html
+++ b/documents/exceptions/index.html
@@ -7,7 +7,7 @@
.gdesc-inner { font-size: 0.75rem; }
body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);}
body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);}
- body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
tkintertools exceptions.py
tkintertools.exceptions#
约 72 个字 12 行代码 预计阅读时间 1 分钟
文件描述: All exceptions
外部引用:
源码位置: tkintertoolsexceptions.py
Classes - 类#
01. ColorArgsValueError#
ColorArgsValueError(ValueError) Class
颜色函数参数值错误
__init__ Method
Special
__init__(
+ body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
tkintertools exceptions.py
tkintertools.exceptions#
约 72 个字 12 行代码 预计阅读时间 1 分钟
文件描述: All exceptions
外部引用:
源码位置: tkintertoolsexceptions.py
Classes - 类#
01. ColorArgsValueError#
ColorArgsValueError(ValueError) Class
颜色函数参数值错误
__init__ Method
Special
__init__(
self,
value: float
) -> None
diff --git a/documents/main/index.html b/documents/main/index.html
index 0b9573dc..5d1bcb2b 100755
--- a/documents/main/index.html
+++ b/documents/main/index.html
@@ -7,7 +7,7 @@
.gdesc-inner { font-size: 0.75rem; }
body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);}
body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);}
- body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
tkintertools main.py
tkintertools.main#
约 2839 个字 513 行代码 预计阅读时间 53 分钟
文件描述: Main File
外部引用: Image
, ImageTk
, constants
, exceptions
, fractions
, math
, tkinter
, typing
源码位置: tkintertoolsmain.py
Functions - 函数#
01. _get_control_lst#
_get_control_lst Function
Internal
_get_control_lst(
+ body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
tkintertools main.py
tkintertools.main#
约 2839 个字 513 行代码 预计阅读时间 53 分钟
文件描述: Main File
外部引用: Image
, ImageTk
, constants
, exceptions
, fractions
, math
, tkinter
, typing
源码位置: tkintertoolsmain.py
Functions - 函数#
01. _get_control_lst#
_get_control_lst Function
Internal
_get_control_lst(
controller,
length
)
diff --git a/documents/tools_3d/index.html b/documents/tools_3d/index.html
index 9e667a6e..a3d96411 100755
--- a/documents/tools_3d/index.html
+++ b/documents/tools_3d/index.html
@@ -7,7 +7,7 @@
.gdesc-inner { font-size: 0.75rem; }
body[data-md-color-scheme="slate"] .gdesc-inner { background: var(--md-default-bg-color);}
body[data-md-color-scheme="slate"] .gslide-title { color: var(--md-default-fg-color);}
- body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
tkintertools tools_3d.py
tkintertools.tools_3d#
约 1635 个字 260 行代码 预计阅读时间 28 分钟
文件描述: 3D support
外部引用: array
, constants
, exceptions
, main
, math
, statistics
, tkinter
, typing
源码位置: tkintertoolstools_3d.py
Functions - 函数#
01. project#
project Function
project(
+ body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
tkintertools tools_3d.py
tkintertools.tools_3d#
约 1635 个字 260 行代码 预计阅读时间 28 分钟
文件描述: 3D support
外部引用: array
, constants
, exceptions
, main
, math
, statistics
, tkinter
, typing
源码位置: tkintertoolstools_3d.py
Functions - 函数#
01. project#
project Function
project(
coordinate,
distance
)
diff --git a/index.html b/index.html
index 30cec2f3..e34401bf 100755
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
- Profile - 简介 - tkintertools
tkintertools Profile - 简介
约 358 个字 2 行代码 预计阅读时间 3 分钟
tkintertools
tkintertools
是一个基于 tkinter
的 Canvas
类的 UI 框架
tkintertools
is a UI framework based on the Canvas
class of tkinter
Install - 模块安装#
Stable Release - 稳定版本#
- Version - 最新版本 :
2.6.21
- Release - 发布日期 : 2024/01/01
- Feature - 更新内容 : News-2.6.21
Pre Release - 预发布版本#
- Version - 最新版本 :
3.0.0.beta1
- Updated - 更新日期 : 2024/05/17
- Feature - 更新内容 : News-3.0.0
Warning
tkt 2.*
has been discontinued, for new features, please use tkt 3.*
. Also note that tkt 3.*
is almost completely incompatible with tkt 2.*
, and porting a project from tkt 2.*
to tkt 3.*
can be difficult.
tkt 2.*
已放弃支持,如需获取新的功能,请使用 tkt 3.*
。同时请注意,tkt 3.*
与 tkt 2.*
几乎完全不兼容,将项目从 tkt 2.*
移植到 tkt 3.*
可能会十分困难。
More - 更多#
-
MIT,最宽松的开源许可之一
-
看看作者都有些什么计划
-
所有的更新记录
-
在贡献之前先瞄一下这个
-
安全漏洞的处理方法
-
贡献者应该了解的一些东西
本站统计
- 总页面:50
- 总字(词)数:44840
- 总代码行数:2455
- 总访问量:
\ No newline at end of file
+ body[data-md-color-scheme="slate"] .gslide-desc { color: var(--md-default-fg-color);}
tkintertools Profile - 简介
约 357 个字 2 行代码 预计阅读时间 3 分钟
tkintertools
tkintertools
是一个基于 tkinter
的 Canvas
类的 UI 框架
tkintertools
is a UI framework based on the Canvas
class of tkinter
Install - 模块安装#
Stable Release - 稳定版本#
- 🔖 Version - 最新版本 :
2.6.21
- 🕓 Release - 发布日期 : 2024/01/01
- ✨ Feature - 更新内容 : News-2.6.21
Development Release - 开发版本#
- 🔖 Version - 最新版本 :
3.0.0.beta1
- 🕓 Updated - 更新日期 : 2024/05/17
- ✨ Feature - 更新内容 : News-3.0.0
Warning
tkt 2.*
has been discontinued, for new features, please use tkt 3.*
. Also note that tkt 3.*
is almost completely incompatible with tkt 2.*
, and porting a project from tkt 2.*
to tkt 3.*
can be difficult.
tkt 2.*
已放弃支持,如需获取新的功能,请使用 tkt 3.*
。同时请注意,tkt 3.*
与 tkt 2.*
几乎完全不兼容,将项目从 tkt 2.*
移植到 tkt 3.*
可能会十分困难。
More - 更多#
-
MIT,最宽松的开源许可之一
-
看看作者都有些什么计划
-
所有的更新记录
-
在贡献之前先瞄一下这个
-
安全漏洞的处理方法
-
贡献者应该了解的一些东西
本站统计
- 总页面:49
- 总字(词)数:44526
- 总代码行数:2454
- 总访问量: