prashantsengar / TimeTracker

Basic Time tracker built with Python. Track what applications you spend your most time on.
16 stars 12 forks source link

Extend this app for Linux environment #6

Open kranand6 opened 4 years ago

kranand6 commented 4 years ago

Hi Prashant, I want to contribute towards making this app work for Linux environment.

prashantsengar commented 4 years ago

hi @kranand6 , you can start working on it. Let me know which library you would be using to get the names of the current window open (win32gui is being used for Windows).

kranand6 commented 4 years ago

Hi Prashant,

hi @kranand6 , you can start working on it. Let me know which library you would be using to get the names of the current window open (win32gui is being used for Windows).

hi, I am planning to use psutil library to get the names of current windows open.