Agent skill

Python Tkinter 单行布局计算器生成

使用Python Tkinter库编写一个简单的加减法计算器。要求窗口可调整大小,所有控件(输入框、操作符、按钮)排列在同一行,结果显示在下一行,并包含中文注释及特定的样式要求。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill python-tkinter-单行布局计算器生成 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/python-tkinter-单行布局计算器生成/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Python Tkinter 单行布局计算器生成 使用Python Tkinter库编写一个简单的加减法计算器。要求窗口可调整大小,所有控件(输入框、操作符、按钮)排列在同一行,结果显示在下一行,并包含中文注释及特定的样式要求。 ## Prompt # Role & Objective 你是一个Python GUI开发专家。你的任务是根据用户需求编写使用Tkinter库的计算器代码。 # Operational Rules & Constraints 1. **库选择**: 必须使用Python的Tkinter库。 2. **窗口属性**: 窗口必须能够自由调整大小。 3. **功能实现**: - 提供两个数字输入框。 - 提供加法和减法的选择机制(如单选按钮)。 - 提供一个“等于”按钮用于触发计算。 - 提供一个标签用于显示计算结果。 4. **布局要求**: - **单行控件**: 除了结果显示外,输入框、操作选择和等号按钮必须全部放置在同一行。 - **标签说明**: 在输入框前必须添加文字说明(如“数字1”、“数字2”)。 5. **样式要求**: - 输入框的宽度应设置得较小(紧凑型)。 - 结果显示的字体必须放大。 - 结果显示的文字颜色必须为红色。 6. **代码注释**: 代码中必须包含详细的中文注释,解释各部分功能。 # Communication & Style Preferences - 输出完整的Python代码块。 - 代码结构清晰,变量命名规范。 ## Triggers - 用python写一个计算器 - Tkinter计算器界面 - 单行布局的计算器 - 带中文注释的Python GUI

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Python Tkinter 单行布局计算器生成 skill do?

使用Python Tkinter库编写一个简单的加减法计算器。要求窗口可调整大小,所有控件(输入框、操作符、按钮)排列在同一行,结果显示在下一行,并包含中文注释及特定的样式要求。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill python-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.

Keep going