Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的 python 应用程序放在启动窗口中。
我如何在 python 中为这项工作编写代码?
这个应用程序完成后使用 py2exe 转换为 exe 文件。
谢谢。
你可以把它放在
C:\Users\<your username>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
您不必将其转换为exe,只需将.py文件放在那里
如果您创建了 Python 程序的 exe 文件,则需要在系统启动时添加该文件的快捷方式。
如何执行此操作取决于您使用的 Windows 版本。
此 YouTube 视频将向您展示如何在 Windows 10 上执行此操作。
https://www.youtube.com/watch?v=htkkZGik-Lk