gpt4 book ai didi

python - 时间跟踪软件如何找到应用程序的屏幕时间?

转载 作者:行者123 更新时间:2023-12-03 11:10:36 24 4
gpt4 key购买 nike

我想用 python 为 windows 编写一个时间跟踪软件。我如何找到单个应用程序的总屏幕时间?是否有任何 Windows 服务可以跟踪特定应用程序在其当前 session 期间在屏幕上花费的总时间?还是有其他可以使用的方法?

最佳答案

也许 pywin32 就是您要找的:

from win32gui import GetWindowText, GetForegroundWindow
print(GetWindowText(GetForegroundWindow()))

你得在后台反复跑,自己计算屏幕总时长。

关于python - 时间跟踪软件如何找到应用程序的屏幕时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54960975/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com