ابحث عن المهارات
اعثر على القدرة المناسبة لوكيلك.
python-tkinter-ccsds-packet-viewer
Create a Python GUI using Tkinter to read and display CCSDS packet data from a file. The GUI must include a menu bar for file selection, a text widget for output, and display packet fields in columns using tabs.
create-transparent-click-through-tkinter-window
Generates a Python script using Tkinter and pywin32 to create a transparent, borderless window that allows mouse events to pass through to underlying applications, optionally with a centered widget.
python-window-click-detection
Generate Python code to detect a mouse click event within a specific window and return coordinates, avoiding complex hooking libraries.
python-tkinter
生成Python Tkinter代码,创建一个包含2个单选项的弹出窗口。窗口需初始化在屏幕居中,大小为屏幕尺寸的五分之一,点击确定按钮后返回选中的值。
python-tkinter-gui-generator
生成可执行的Python Tkinter GUI代码,涵盖基础界面布局、控件交互、Excel数据校验重试逻辑以及非阻塞计时器开发。
apple-music-cli-search-script
Generates a Python CLI script that accepts artist name and song title as input, initializes an AppleMusicApi client, retrieves an access token, searches for the track, and prints the results.
python-tkinter
生成使用tkinter库的Python代码,构建包含导航菜单的多页面图形界面,每个页面包含指定数量的按钮网格,并实现页面切换逻辑。
pythonziptar
遍历指定目录查找Zip和Tar.gz文件,使用asyncio的run_in_executor进行异步解压,并实现不覆盖同名文件的逻辑。
c4d-python-effector-for-random-clone-colors-in-redshift
Provides a Python Effector script for Cinema 4D to randomly assign colors to MoGraph clones, specifically formatted to work with Redshift's Color User Data node.
python-tkinter
编写基于Python Tkinter的秒表程序,要求使用Label控件显示时间,确保窗口不卡顿(非阻塞),并支持条件触发停止。
glslpythonnumpy
将GLSL着色器代码片段转换为使用NumPy库的Python代码,处理向量运算、分量访问(Swizzling)及内置函数映射。
python-opencv
使用Python和OpenCV库封装一个类,通过cv2.floodFill实现类似PS的魔术橡皮擦功能,要求使用种子点坐标的颜色进行填充,并处理数据类型以避免报错。
c4d-redshift-python-effector-random-color-script
Generates a Python Effector script for Cinema 4D to randomly assign colors to MoGraph clones, specifically configured for Redshift's Color User Data workflow.
python-tkinter
使用Python Tkinter库创建一个可调整大小的简单计算器窗口。包含两个数字输入框、加减法选择、等号按钮和结果显示。要求布局紧凑(除结果外单行显示),输入框前有文字标签,结果字体大且为红色,代码需包含中文注释。
python-pil-image-composition-with-auto-fitting-text
Generates a Python function using PIL to composite a masked overlay image onto a background and draw text that auto-fits a specific area. Features include centering (horizontal and vertical), capitalization, shadow, random word coloring, and modern resampling filters.