Skip to content

NotTheEconomist/Timeclock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PYPER (Python Project Time Tracker)

Python script to log project time for work. This will create a CSV file containing daily worked hours (total and project). the program will pull the previous hours for the week on each run and display up-to-date hours in tenths of an hour for timesheet reporting.

Installation

Simply clone the repository or download tc.py and run the script using Python 2.

Usage

Run the script using Python 2. EG $ python2 tc.py

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

GPL Version 2

About

Python script to log project time for work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%