如何在桌面上为我的 python 应用程序创建一个精美的快捷方式?

发布于 2024-09-07 11:28:42 字数 100 浏览 3 评论 0原文

我制作了这个漂亮的 python 应用程序,当我在终端中使用“python main.py”时运行,但每次都通过终端很无聊:-)我怎样才能制作一个带有 img 的漂亮快捷按钮放在桌面上?

I've made this nice python app that runs when i use "python main.py" in terminal, but going thru the terminal each time is boring :-) how can i make a nice shortcut button with a img to have on my desktop?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哭了丶谁疼 2024-09-14 11:28:42

从这里:

http://www.themaemo。 com/howto-launch-a-terminal-app-from-a-shortcut/

基本上,您需要创建一个 .desktop 文件,并在 EXEC 行中执行脚本

From here:

http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/

Basically, you need to create a .desktop file with the execution of the script in the EXEC line

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文