worklog¶
This is the documentation of worklog.
worklog is a Python package that allows to track work session and tasks within those sessions. The main idea is to make the logging of working sessions and tasks as easy as possible. worklog writes all data to a text file which uses simple CSV data format. By storing the data in a simple format, it is also possible to use other tools to access and analyze the data if desired.
Contents¶
The following chapters will explain worklog in detail: