Skip to content

rev20/Time-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIME TRACKER

Copyright (C) 2015 Revathy Narayanan

The TimeTracker is a Python application that will keep track of time spent in day-to-day activities. The Application will have features

  • Start/Stop watch
  • Log Task
  • Add Comments
  • Generate & View Timesheet
  • Mail Timesheet

SOFTWARE REQUIREMENTS

The Time Tracker application was developed using Python,Kivy and SQLite. Kivy is a UI Library for Python that helps create custom and highly interactive applications. The following versions of software will be required to work on this application :

LICENSE

Time Tracker is licensed under the MIT license(MIT).

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. If not please check MIT LICENSE(MIT)

Please see the file license in this distribution for license terms in the link below : https://github.com/rev20/Time-Tracker/blob/master/LICENSE

PROJECT REPOSITORY

Following is the link for the repository:
https://github.com/rev20/Time-Tracker/

##SCREENSHOTS

Home screen Buttons & Popup Scroll

BUILD INSTRUCTIONS

Make sure you have installed

git clone https://github.com/rev20/Time-Tracker.git
cd Time-Tracker/CODE
kivy main.py


To run multiple instances of the app for simultaneously tracking multiple tasks,
run it as multiple background processes using the following code :

kivy main.py &

USER MANUAL

https://github.com/rev20/Time-Tracker/blob/master/DOCS/User%20Manual.pdf

REFERENCES

http://kivy.org
https://www.python.org
https://docs.python.org/2/library/sqlite3.html

PACKAGING GUIDE

http://kivy.org/docs/installation/installation-macosx.html
http://kivy.org/docs/guide/packaging-android.html
http://kivy.org/docs/guide/packaging-ios.html
http://kivy.org/docs/guide/packaging-windows.html

FUTURE ENHANCEMENTS

  • Ability to time multiple tasks simultaneously(Can be done with current version through command-line)
  • Add features to support billing related tasks
  • Generate graphs

##BUG/ISSUE TRACKER Please log in issues/bugs in: https://github.com/rev20/Time-Tracker/issues

###CONTACT INFO

Author : Revathy Narayanan
Email ID : revathy@pdx.edu


About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages