Skip to content

dc-avasilev/time-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Time tracker

Description

A program for logging time spent on different tasks. 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. 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 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

Copyright (c) 2016, Alexey Kallistov

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Calendar selection window is based on the code provided by http://code.activestate.com: http://code.activestate.com/recipes/580725-tkinter-datepicker-like-the-jquery-ui-datepicker/ It is distributed under MIT license (https://opensource.org/licenses/MIT).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%