1 Star 0 Fork 4

MrLiuSheep/autoClicker

forked from 凭栏观复/autoClicker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AutoClicker.spec 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
凭栏观复 提交于 2024-07-19 17:57 +08:00 . auto clicker 多点位鼠标连点器
# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
['main.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
optimize=0,
)
pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
name='AutoClicker',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['img\\my_icon.ico'],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LiuSheepSpace/auto-clicker.git
git@gitee.com:LiuSheepSpace/auto-clicker.git
LiuSheepSpace
auto-clicker
autoClicker
master

搜索帮助