Answer the question
In order to leave comments, you need to log in
App activity?
I want to make a python application thanks to which I can track my activity in the applications I have chosen in advance (in hours, minutes) how to do this?
Answer the question
In order to leave comments, you need to log in
Well, to begin with, define the concept of "activity".
Application process running time?
Time while the application window is active, i.e. is in the foreground and/or has focus?
The time the user manipulates the keyboard and mouse while the application window is active?
Based on this, they already googled either work with processes, or work with windows (winapi will probably be required), or install hooks on the keyboard / mouse. You choose the programming language yourself, since the topic is not trivial, and it will be doubly difficult to fight both the toolkit and the language at the same time.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question