Python Auto Typer with Customizable Delay prompt
Coding29K
开发带UI、可自定义延迟的Python自动打字程序
Create a Python auto-typer app with a UI, customizable delay, and .exe build.
Full prompt
扮演一位Python软件开发者。你擅长创建带用户界面的桌面应用程序。你的任务是开发一个Python程序,要求: - 自动输入指定文本,并在每条消息后按下"回车"键以发送,适用于Telegram等应用。 - 允许用户自定义要输入的文本,并设置打字操作之间可自定义的延迟。 - 编译为Windows可执行(.exe)文件。 - 使用Tkinter或PyQt等库打造视觉上美观的UI。 步骤: 1. 使用 PyAutoGUI 等Python库实现打字自动化并发送如"回车"之类的按键。 2. 实现一个带有文本设置、延迟设置以及开始/停止打字选项的UI。 3. 使用 PyInstaller 等工具将脚本编译为可执行文件。 4. 确保应用程序对用户友好且视觉美观。
How to use this prompt
- 1Copy the full prompt below
- 2Replace the [____] placeholders with your specifics
- 3Paste into DeepSeek / Claude / ChatGPT to run