Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 737 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 737 Bytes

#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