An open API service indexing awesome lists of open source software.

https://github.com/themaster1127/projects-time-tracker-ahk

A lightweight AutoHotkey script to track the time spent on your projects.
https://github.com/themaster1127/projects-time-tracker-ahk

ahk autohotkey automation time-management userfriendly

Last synced: 2 months ago
JSON representation

A lightweight AutoHotkey script to track the time spent on your projects.

Awesome Lists containing this project

README

        

# Projects Time Tracker AHK

A lightweight AutoHotkey script to track the time spent on your projects.

## Features

- Track your time for a project with ease.
- Start, pause, and stop tracking at your convenience.
- Save session data to a text file.
- Simple and intuitive user interface.

## Requirements

- AutoHotkey: You need AutoHotkey v1.1 installed to run the ahk script.
- But you dont need any requirements to run the exe file since it will work on any Windows machine.

## How to Use

1. Run the script or the exe file.
3. Click the "Select your project" button to choose a folder for your project.
4. Click the "Start/Resume" button to begin tracking time.
5. Click the "Stop/Pause" button to pause tracking.
6. Click the "Save" button to save the session data which aslo will reset the timer!
7. To reset the timer, click the "Reset" button.

## Important Notes

- When you select a folder for your project, the script will track the time spent on that project.
- You can pause and resume the timer as needed.
- The session data, including start and end times, is saved to a text file in your selected project folder.