Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adilsezer/timetracker
- Owner: adilsezer
- License: mit
- Created: 2020-08-04T19:16:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:38:42.000Z (about 2 years ago)
- Last Synced: 2024-01-07T01:57:23.306Z (12 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
![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")