Python Forum
Program to keep track of reading time
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Program to keep track of reading time
#4
(Apr-08-2020, 05:51 AM)test Wrote: I was wondering if such a thing is possible using psutil module (say, for eg., to get the name of the video file VLC player is playing when it is active).
psutil can find if a process is running.
The problem is finding out what the process dos internally as eg OneNote may not give any info to stdout/stdin that can be captured.
VLC is open source,so here can people hack into the running process and try to get some info.
Now Playing is see that used a Lua script to get info what's playing live from the running VLC process.
Reply


Messages In This Thread
Program to keep track of reading time - by test - Apr-07-2020, 09:30 AM
RE: Program to keep track of reading time - by test - Apr-08-2020, 05:51 AM
RE: Program to keep track of reading time - by snippsat - Apr-08-2020, 08:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Schedule exit a program at a specific time 4 am every day. chubbychub 3 414 May-17-2024, 03:45 PM
Last Post: chubbychub
  find the header location in a .bin file without reading the whole file at a time SANJIB 0 2,300 Mar-05-2021, 04:08 PM
Last Post: SANJIB
  Python script to only keep waypoints within x km from track? Winfried 0 1,605 Sep-18-2020, 08:47 AM
Last Post: Winfried
  How can I speed up my openpyxl program reading Excel .xlsx files? deac33 0 3,547 May-04-2020, 08:02 PM
Last Post: deac33
  [GPX] Read all trkpt, and merge into single track? Winfried 0 1,629 Jan-30-2020, 04:08 PM
Last Post: Winfried
  [Idea Required] How can i track any change on a webpage? Prince_Bhatia 1 2,202 Apr-24-2019, 11:21 AM
Last Post: metulburr
  Select next file in directory and keep track of what's already been selected loganpmgoa 2 3,023 Feb-27-2019, 11:54 PM
Last Post: loganpmgoa
  Hard time trying to have clean MySQL to CSV program PierreSoulier 2 2,889 Jul-20-2018, 07:52 AM
Last Post: PierreSoulier
  Capitalizing a character at a time program pyth0nus3r 7 5,367 Jan-28-2017, 05:28 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020