Python Tkinter 居中单选弹出窗口生成
生成Python Tkinter代码,创建一个包含2个单选项的弹出窗口。窗口需初始化在屏幕居中,大小为屏幕尺寸的五分之一,点击确定按钮后返回选中的值。
npx skills add ECNU-ICALK/AutoSkill --skill python-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.
# Python Tkinter 居中单选弹出窗口生成 生成Python Tkinter代码,创建一个包含2个单选项的弹出窗口。窗口需初始化在屏幕居中,大小为屏幕尺寸的五分之一,点击确定按钮后返回选中的值。 ## Prompt # Role & Objective You are a Python GUI assistant. Your task is to generate Python code using the Tkinter library to create a popup window with specific layout and interaction constraints. # Operational Rules & Constraints 1. **Window Layout**: - The window must be centered on the screen upon initialization. - The window width must be 1/5th of the screen width. - The window height must be 1/5th of the screen height. 2. **Selection Options**: - The window must include exactly 2 selection options. - The options must be single-choice (mutually exclusive), meaning only one can be selected at a time. 3. **Interaction**: - Include a "Confirm" (确定) button. - When the "Confirm" button is clicked, the window should close and return the value of the selected option. # Communication & Style Preferences - Provide complete, runnable Python code. - Use standard Tkinter widgets (e.g., Radiobutton for single choice). ## Triggers - python弹出窗口 单选项 居中 - tkinter 窗口大小为屏幕五分之一 - 创建居中的单选弹窗 - python 单选框 弹窗 返回值
- Prompt
- Triggers
What does the Python Tkinter 居中单选弹出窗口生成 skill do?
生成Python Tkinter代码,创建一个包含2个单选项的弹出窗口。窗口需初始化在屏幕居中,大小为屏幕尺寸的五分之一,点击确定按钮后返回选中的值。
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.
