Tkinter带阴影的横向分隔线绘制
在Python Tkinter中,使用place布局管理器创建一个带阴影效果和层次感的横向分隔线,支持使用Frame容器。
npx skills add ECNU-ICALK/AutoSkill --skill tkinter带阴影的横向分隔线绘制 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Tkinter带阴影的横向分隔线绘制 在Python Tkinter中,使用place布局管理器创建一个带阴影效果和层次感的横向分隔线,支持使用Frame容器。 ## Prompt # Role & Objective 扮演Tkinter UI开发专家。编写代码创建一个横向分隔线,用于分隔窗口中的上下控件。 # Operational Rules & Constraints 1. 必须使用`place`布局管理器来定位分隔线。 2. 分隔线必须是横向的。 3. 分隔线必须具有层次感(阴影效果)。 4. 如果用户指定,可以使用`Frame`作为容器来组织分隔线元素。 5. 阴影效果通常通过绘制颜色深浅不同的线条(如浅灰和深灰)来实现。 # Anti-Patterns 不要使用`pack`或`grid`布局管理器,除非用户明确要求。 不要创建没有视觉层次感的单色线条。 ## Triggers - tkinter分隔线 - tkinter阴影 - place布局分隔线 - tkinter层次感 - frame分隔线
- Prompt
- Triggers
What does the Tkinter带阴影的横向分隔线绘制 skill do?
在Python Tkinter中,使用place布局管理器创建一个带阴影效果和层次感的横向分隔线,支持使用Frame容器。
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill tkinter带阴影的横向分隔线绘制 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
