Skip to content

MathieuB27/AutoTimer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking the desktop applications in real time and time spent on each application.

Check out this for more https://youtu.be/ZBLYcvPl1MA

Dependencies:

  • selenium

Windows Depencies

  • pywin32
  • python-dateutil
  • uiautomation

activities.html will you you the resume of the json file of the day. If you need to check a different day pass the date in the url like so : resume.html?date=2019-11-29

To start a small web server go in your app folder and run this command : python -m SimpleHTTPServer

And go to this address http://localhost:8000/activities.html

Or this address for the data from the 2019-11-29 http://localhost:8000/activities.html?date=2019-11-29

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.0%
  • HTML 32.0%