https://github.com/boppreh/activity
Watches, stores and reports user activity on the computer
https://github.com/boppreh/activity
Last synced: 2 months ago
JSON representation
Watches, stores and reports user activity on the computer
- Host: GitHub
- URL: https://github.com/boppreh/activity
- Owner: boppreh
- Created: 2013-04-28T18:06:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T18:28:46.000Z (about 11 years ago)
- Last Synced: 2025-01-26T04:41:23.277Z (4 months ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
activity
========*Watcher Daemon* and *Watcher Report* are a pair of applications to help you
keep track of where you are spending your time.Watcher Daemon
--------------*Watcher Daemon* is a background application that silently records the current
program you are running, along with the current time, window title and last
user input (for calculating away time). This is stored in the `data/` folder
and separated by date. By changing the program source you can enable recording
of screenshots too.Watcher Report
--------------*Watcher Report* is a GUI application that shows how you spent the current day,
the previous day and the previous week in the computer, using data recorded by
the Daemon. You can filter by process name and window title to see details.