Skip to content

Commit

Permalink
Merge pull request #41 from drevoborod/master
Browse files Browse the repository at this point in the history
Version 1.6.0
  • Loading branch information
drevoborod authored Apr 10, 2022
2 parents 510f669 + 3245b6a commit 56be2c0
Show file tree
Hide file tree
Showing 24 changed files with 2,802 additions and 2,103 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# tasker
# Time tracker
__Description__

A program for logging time spent on different tasks.
Has three stopwatch frames on main screen for visually logging work process.
Has several stopwatch frames on main screen for visually tracking work process.
Tasks can be filtered by tags and by dates. Every time the task is opened
its state is saved to database and than user can find all tasks
on which he had been working at in selected day.
Expand All @@ -11,8 +11,8 @@ Filtered tasks list can be exported as .csv.

__Installation__

To run application, you need Python 3 with Tkinter framework to be installed. It can be found on https://www.python.org/downloads/ (tkinter is by default included) or in your repository if your operating system is Linux or *BSD.
After Python interpreter installation, just extract archive with the application and execute tasker.pyw.
To run application, you need Python 3 with Tkinter framework to be installed. It can be found on https://www.python.org/downloads/ (tkinter is by default included) or in your OS repository if your operating system is Linux or *BSD.
After Python interpreter installation, just extract archive with the application and execute tracker.pyw.


__License__
Expand Down
64 changes: 0 additions & 64 deletions changelog.txt

This file was deleted.

Loading

0 comments on commit 56be2c0

Please sign in to comment.