# WorkTracker



[](https://wakatime.com/badge/user/92cf3ac1-102d-4d79-b9a8-c960cf206839/project/8c8f1653-1d14-4d7e-90bc-01591ea36159 "Total time spent coding")
**WorkTracker** is a Python library that helps you track your time spent at work and manage your work schedule, providing a simple way to monitor your working hours.
> **Note:** This library is still in very early development. Many features may not be fully stable, and things could and probably will break with future updates until the final release.
## Installation
Before installing **WorkTracker**, ensure you have Python 3.10 or a newer version installed. You can download and install it from the [official Python website](https://www.python.org/downloads/).
To install the latest **WorkTracker** version, run the following command in your terminal:
```bash
pip install work-tracker
```
## Usage
Once installed, you can launch the **WorkTracker** by running the following command in your terminal:
```bash
work-tracker
```
## License
This project is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": null,
"name": "work-tracker",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "work, time, tracker",
"author": null,
"author_email": "Karol Kiszka <karolkisz22@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/35/dc/d9e4bbddb78a2d03529f10b8ba8a22cf6d993d9ecb2710d5aae08e0cb319/work_tracker-0.1.2.post1.tar.gz",
"platform": null,
"description": "\r\n# WorkTracker\r\n\r\n\r\n\r\n\r\n\r\n[](https://wakatime.com/badge/user/92cf3ac1-102d-4d79-b9a8-c960cf206839/project/8c8f1653-1d14-4d7e-90bc-01591ea36159 \"Total time spent coding\")\r\n\r\n**WorkTracker** is a Python library that helps you track your time spent at work and manage your work schedule, providing a simple way to monitor your working hours.\r\n\r\n> **Note:** This library is still in very early development. Many features may not be fully stable, and things could and probably will break with future updates until the final release.\r\n\r\n\r\n## Installation\r\n\r\nBefore installing **WorkTracker**, ensure you have Python 3.10 or a newer version installed. You can download and install it from the [official Python website](https://www.python.org/downloads/).\r\n\r\nTo install the latest **WorkTracker** version, run the following command in your terminal:\r\n\r\n```bash\r\npip install work-tracker\r\n```\r\n\r\n## Usage\r\n\r\nOnce installed, you can launch the **WorkTracker** by running the following command in your terminal:\r\n\r\n```bash\r\nwork-tracker\r\n```\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python library that helps tracking your work time.",
"version": "0.1.2.post1",
"project_urls": {
"source": "https://github.com/kiszkacy/work-tracker"
},
"split_keywords": [
"work",
" time",
" tracker"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "71a4f4cbe244698769c84f3a289b422032d29322bfb1f6fbcd8129ca52c54128",
"md5": "627b0853e43947dcc705480a3241c9bd",
"sha256": "0f9b98ce84db8eb091a833efb305a34da3bf9760799fbe7b4699493a2ff43d11"
},
"downloads": -1,
"filename": "work_tracker-0.1.2.post1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "627b0853e43947dcc705480a3241c9bd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 74713,
"upload_time": "2025-03-03T16:12:45",
"upload_time_iso_8601": "2025-03-03T16:12:45.932257Z",
"url": "https://files.pythonhosted.org/packages/71/a4/f4cbe244698769c84f3a289b422032d29322bfb1f6fbcd8129ca52c54128/work_tracker-0.1.2.post1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "35dcd9e4bbddb78a2d03529f10b8ba8a22cf6d993d9ecb2710d5aae08e0cb319",
"md5": "d9617d81a50c53fd86dfa15bc31f8a9e",
"sha256": "4b991c307d58a9b37d85b755b5ae57dfa3f02b2ae3cee2f544f6ff5a96e59db7"
},
"downloads": -1,
"filename": "work_tracker-0.1.2.post1.tar.gz",
"has_sig": false,
"md5_digest": "d9617d81a50c53fd86dfa15bc31f8a9e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 48184,
"upload_time": "2025-03-03T16:12:47",
"upload_time_iso_8601": "2025-03-03T16:12:47.872536Z",
"url": "https://files.pythonhosted.org/packages/35/dc/d9e4bbddb78a2d03529f10b8ba8a22cf6d993d9ecb2710d5aae08e0cb319/work_tracker-0.1.2.post1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-03 16:12:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kiszkacy",
"github_project": "work-tracker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "workalendar",
"specs": [
[
"~=",
"17.0.0"
]
]
},
{
"name": "pydantic",
"specs": [
[
"~=",
"2.10.5"
]
]
},
{
"name": "appdirs",
"specs": [
[
"~=",
"1.4.4"
]
]
},
{
"name": "path",
"specs": [
[
"~=",
"17.1.0"
]
]
},
{
"name": "PyYAML",
"specs": [
[
"~=",
"6.0.2"
]
]
},
{
"name": "pyperclip",
"specs": [
[
"~=",
"1.9.0"
]
]
},
{
"name": "colorama",
"specs": [
[
"~=",
"0.4.6"
]
]
},
{
"name": "multimethod",
"specs": [
[
"~=",
"2.0"
]
]
},
{
"name": "prompt_toolkit",
"specs": [
[
"~=",
"3.0.48"
]
]
}
],
"lcname": "work-tracker"
}