# pyspt - python simple pomodoro timer
[![PyPI version](https://badge.fury.io/py/pythonspt.svg)](https://badge.fury.io/py/pythonspt)
pyspt is a simple terminal timer that uses the pomodoro technique.
![screenshot](https://github.com/irizwaririz/pyspt/raw/main/screenshot.png)
## Installation
```
$ pip install pythonspt
```
## Usage
```
$ pyspt -h
usage: pyspt [-h] [-p POMODORO] [-sb SHORT_BREAK] [-lb LONG_BREAK] [-lbi LONG_BREAK_INTERVAL]
A simple terminal timer that uses the pomodoro technique.
options:
-h, --help show this help message and exit
-p POMODORO, --pomodoro POMODORO
Pomodoro duration in minutes (default: 25)
-sb SHORT_BREAK, --short-break SHORT_BREAK
Short break duration in minutes (default: 5)
-lb LONG_BREAK, --long-break LONG_BREAK
Long break duration in minutes (default: 15)
-lbi LONG_BREAK_INTERVAL, --long-break-interval LONG_BREAK_INTERVAL
Long break interval (default: 3)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/irizwaririz/pyspt",
"name": "pythonspt",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5, <4",
"maintainer_email": "",
"keywords": "console,timer,pomodoro,pyspt,productivity",
"author": "John Carlo Roberto",
"author_email": "10111643+Irizwaririz@users.noreply.github.com",
"download_url": "https://files.pythonhosted.org/packages/63/bd/1028188a6783b76bdc619d0a49cda6c2e0c951e63cf4354c9e690ae6b70d/pythonspt-1.0.0b3.tar.gz",
"platform": null,
"description": "# pyspt - python simple pomodoro timer\n[![PyPI version](https://badge.fury.io/py/pythonspt.svg)](https://badge.fury.io/py/pythonspt)\n\npyspt is a simple terminal timer that uses the pomodoro technique.\n\n![screenshot](https://github.com/irizwaririz/pyspt/raw/main/screenshot.png)\n\n## Installation\n\n```\n$ pip install pythonspt\n```\n\n## Usage\n\n```\n$ pyspt -h\n\nusage: pyspt [-h] [-p POMODORO] [-sb SHORT_BREAK] [-lb LONG_BREAK] [-lbi LONG_BREAK_INTERVAL]\n\nA simple terminal timer that uses the pomodoro technique.\n\noptions:\n -h, --help show this help message and exit\n -p POMODORO, --pomodoro POMODORO\n Pomodoro duration in minutes (default: 25)\n -sb SHORT_BREAK, --short-break SHORT_BREAK\n Short break duration in minutes (default: 5)\n -lb LONG_BREAK, --long-break LONG_BREAK\n Long break duration in minutes (default: 15)\n -lbi LONG_BREAK_INTERVAL, --long-break-interval LONG_BREAK_INTERVAL\n Long break interval (default: 3)\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Simple pomodoro timer written in Python",
"version": "1.0.0b3",
"split_keywords": [
"console",
"timer",
"pomodoro",
"pyspt",
"productivity"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "957d28de742a02b3467f9baf8ebd3881662a4cc3822964947825d84f5a0f9e4a",
"md5": "c5d6c42de77d235639d91ddaa0cb6144",
"sha256": "a14b83f8f4b00cfbda61026dc2f3c8426503a5bc0b612e9f804eca5fcf76a238"
},
"downloads": -1,
"filename": "pythonspt-1.0.0b3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c5d6c42de77d235639d91ddaa0cb6144",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5, <4",
"size": 5450,
"upload_time": "2023-01-15T09:32:43",
"upload_time_iso_8601": "2023-01-15T09:32:43.131967Z",
"url": "https://files.pythonhosted.org/packages/95/7d/28de742a02b3467f9baf8ebd3881662a4cc3822964947825d84f5a0f9e4a/pythonspt-1.0.0b3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "63bd1028188a6783b76bdc619d0a49cda6c2e0c951e63cf4354c9e690ae6b70d",
"md5": "19e2ae0690df9e1c7375b6d29f897c32",
"sha256": "934d62baa4e809f6636a27ea2e43366e9b21c7b59582afcca504da2bc841863e"
},
"downloads": -1,
"filename": "pythonspt-1.0.0b3.tar.gz",
"has_sig": false,
"md5_digest": "19e2ae0690df9e1c7375b6d29f897c32",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5, <4",
"size": 7219,
"upload_time": "2023-01-15T09:32:44",
"upload_time_iso_8601": "2023-01-15T09:32:44.999559Z",
"url": "https://files.pythonhosted.org/packages/63/bd/1028188a6783b76bdc619d0a49cda6c2e0c951e63cf4354c9e690ae6b70d/pythonspt-1.0.0b3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-15 09:32:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "irizwaririz",
"github_project": "pyspt",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pythonspt"
}