Analysis script for active window logger
This repository is the second of two repositories related to this project. The first project contains the Xcode project and build pipeline used for deploying an active window logging script to your Mac:
- Window logging script: https://github.com/p13i/macOS-Activity-Tracker
- Analysis script (this): https://github.com/p13i/macOS-Activity-Tracker-Analyzer
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
jupyter notebook
# click 'notebook.ipynb' in opened browser