透明窗口背景 (Python Tkinter)

发布于 2024-11-26 03:37:59 字数 295 浏览 2 评论 0原文

我需要的是一个透明的 tkinter 窗口,
但此窗口上显示的图像则不然。

我见过这个

w.attributes('-alpha', 0.1)

东西,但这也使图像变得透明。

我只需要窗口的背景透明,
使窗口上的图像具有透明部分,
将通过这些部分显示用户桌面。

无论如何,Python 有办法做到这一点吗?

(规格:
Python 2.7.1
Tkinter
照片图像
Windows7)

What I need is a tkinter window that is transparent,
but with a image displayed on this window is not.

I've seen the

w.attributes('-alpha', 0.1)

thing, but that makes the image transparent as well.

I need just the background of the window transparent,
so that an image on the window that has transparent parts,
will show the Users desktop through these parts.

Are there anyways to do this in Python?

(specs:
Python 2.7.1
Tkinter
PhotoImage
Windows7)

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

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

发布评论

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

评论(1

与风相奔跑 2024-12-03 03:37:59

我建议另一个 ui 库

几乎与 ​​是否可以创建一个没有框架、没有背景的 Tkinter 窗口?

我刚刚了解到 pygame 不支持窗口透明度,但根据上一篇文章 此处 wxPython 会执行此操作(如果可以选择

更多链接):
在桌面上的 Windows 下绘制(我认为你可以适应)
讨论多种实现方式

I would suggest another ui library

pretty much a duplicate to Is it possible to create a Tkinter Window with no frame, and no background?

I just learnt that pygame don't support window transparency but according to the last post here wxPython does if that's an option

more links:
draws under windows over desktop(you can adapt I think)
Discussion about various ways to implement

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