自动输入文本, 即使禁止粘贴也可以使用.
Automatically simulate input, even if pasting is disabled.
- install all requirements
python main.py
- Fill in the text that needs to be entered automatically, the interval between each character, and the delay before starting the input.
Or you can use autoType(text, interval, delay)
from AutoTypeTool
package.
not finished yet.
- 基础的自动输入功能
- 可调节输入速率(防止应用屏蔽)
- 从文件中读取文本
- 打包exe文件(Windows)
- 提供可视化文本框输入文本
- 解决MacOS中没法输入中文的问题