👨💻 Please note that currently, this tool is only compatible with Mac operating systems.
One of the most tedious parts of creating reports is writing work logs. This tool aims to simplify the process by functioning as an activity logger. By logging keystrokes, active applications and titles, timestamps, screenshots, and potentially microphone and webcam input, the tool can automate the task of creating work logs.
- Python 3
- GPT-4 API key
- TODO
- To begin, clone the repository and navigate to the ai-work-report folder.
- Create a virtual environment using the following command:
virtualenv env
- Activate the environment:
source env/bin/activate
- Install the necessary dependencies:
pip3 install -r requirements.txt
- To run the tool, enter the following command:
ℹ️ Please ensure that you give the terminal permissions to log keystrokes and other information.
python3 ./main.py
© 2023 Viktor Bezdek, MIT License