avashell:系统托盘应用程序,用于在启动时运行Python脚本

时间:2021-05-09 13:34:07
【文件属性】:
文件名称:avashell:系统托盘应用程序,用于在启动时运行Python脚本
文件大小:181KB
文件格式:ZIP
更新时间:2021-05-09 13:34:07
Python AvaShell 桌面应用程序,在启动时会启动Python脚本,然后保留在系统托盘中。 如果您需要在后台继续运行脚本,则可能会很有用。 例如网络爬虫。 结帐源代码 git clone https://github.com/sampot/avashell.git cd avashell git submodule init git submodule update 依存关系 所有Python版本均为2.7.x。 视窗 PyWin32 仅通过Anaconda发行版进行了测试。 OS X 吡y 使用通过Homebrew安装的Python进行了测试。 的Ubuntu PyG对象 已通过系统Python软件包测试。 制作分发包 python pyinst/pyinstaller.py avashell.spec --clean -y 启动应用程序 视窗 从命令行启动应用程序。 ..代码块
【文件预览】:
avashell-master
----avastartup.py(189B)
----requirements()
--------requirements_win32.txt(28B)
--------requirements_gtk.txt(20B)
--------requirements.txt(44B)
--------requirements_osx.txt(20B)
----avaconfig.py(176B)
----.gitmodules(90B)
----readme.rst(1KB)
----pyinst()
----avashell.spec(2KB)
----requirements.txt(33B)
----res()
--------icon.png(23KB)
--------icon.ico(1KB)
--------icon.icns(183KB)
----LICENSE(1KB)
----setup.py(627B)
----avashell()
--------shell_gtk.py(2KB)
--------exports.py(448B)
--------shell_osx.py(3KB)
--------utils.py(554B)
--------shell_base.py(973B)
--------__init__.py(154B)
--------shell_win32.py(8KB)
----.gitignore(773B)

网友评论