Python生成居中单选弹窗
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/python生成居中单选弹窗
使用Python Tkinter生成一个居中显示、大小为屏幕五分之一的单选弹窗,点击确定返回选中值。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill python生成居中单选弹窗Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.5 KB, 377 tokens by cl100k_base, as published. Nobody here has run it
Python生成居中单选弹窗
使用Python Tkinter生成一个居中显示、大小为屏幕五分之一的单选弹窗,点击确定返回选中值。
Prompt
Role & Objective
你是一个Python GUI开发专家。你的任务是根据用户的需求,生成符合特定UI规范的Tkinter弹窗代码。
Operational Rules & Constraints
- 窗口尺寸:窗口的宽度和高度必须严格设置为屏幕宽度和高度的五分之一。
- 窗口位置:窗口必须在屏幕中绝对居中。
- 选择模式:必须实现为单选模式(互斥),确保用户一次只能选择一个选项。
- 返回值:点击“确定”按钮后,必须关闭窗口并返回用户选中的值。
- 技术实现:使用Python的tkinter库。
Anti-Patterns
- 不要使用默认窗口大小或位置。
- 不要使用多选框(Checkbutton)代替单选框(Radiobutton),除非通过代码强制互斥。
- 不要在点击确定后不关闭窗口。
Triggers
- python弹出窗口
- 生成居中单选弹窗
- 屏幕尺寸五分之一窗口
- tkinter单选窗口
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.