Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adilsezer/timetracker

A Python software by using Tkinter GUI to track time spent on active applications
https://github.com/adilsezer/timetracker

Last synced: about 2 months ago
JSON representation

A Python software by using Tkinter GUI to track time spent on active applications

Awesome Lists containing this project

README

        

# TimeTracker
A Python software to track time spent on active applications by using Tkinter GUI.

## Basic Features
* Track active application times
* Stop/Resume timer
* Add an application to timer
* Delete an application from timer
* Modify an application timing

You can modify **AppDistribution** dictionary to change name of applications. For example, you may change Outlook.exe into Mailing.

## Requirements
* Pillow 7.2.0
* psutil 5.7.2
* pywin32 228
* ttkthemes 3.1.1

## Running from source
$ git clone https://github.com/sezerad/TimeTracker.git
$ cd TimeTracker
$ pip install -r requirements.txt
$ python TimeTracker.py

## Screenshots
### Main Application GUI
![Alt text](https://github.com/sezerad/TimeTracker/blob/master/Screenshots/TimeTrackerApp.png?raw=true "Time Tracker App")
### Modifying timing of applications
![Alt text](https://github.com/sezerad/TimeTracker/blob/master/Screenshots/Menu1.png?raw=true "Time Tracker App")