timetracker

timetracker is a simple command-line application to track used time. It's mainly design to track work hours.

Setup

Clone repo

git clone https://github.com/trueaddict/timetracker.git

Fix file path at cmdApp.py file line - in progress: automatic path setup

filePath = 'testdata/' # Edit to match your data folder

Run the application

python cmdApp.py

Development with python env: https://realpython.com/python-virtual-environments-a-primer/