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: 5 months ago
JSON representation
A Python software by using Tkinter GUI to track time spent on active applications
- Host: GitHub
- URL: https://github.com/adilsezer/timetracker
- Owner: adilsezer
- License: mit
- Created: 2020-08-04T19:16:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:38:42.000Z (over 2 years ago)
- Last Synced: 2025-01-10T14:53:57.278Z (6 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 timingYou 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

### Modifying timing of applications
