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.
Simply clone the repository or download tc.py and run the script using Python 2.
Run the script using Python 2. EG $ python2 tc.py
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
GPL Version 2