smaroukis / ahk_time_log

Logging time with AutoHotKey, Python, and Plotly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoHotKey Time Log

AutoHotKey is a scripting language for Windows, which can be useful in creating simple GUI apps, remapping and creating hotkeys, and much more. Here I'm simply using AHK, effectively as a stopwatch, and user input to output timestamps to a .txt file that can be post-processed for analysis.

For post-processing the data I use Python and plotly for its simple and interactive graphs outputted as an html file.

Future Development

  • Create html template and dashboard for more advanced interactive graphs at once
  • Serve up local database and check for updates with javascript

About

Logging time with AutoHotKey, Python, and Plotly


Languages

Language:HTML 99.7%Language:AutoHotkey 0.2%Language:Python 0.1%