sleepytime


Namesleepytime JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttp://github.com/csm10495/sleepytime
Summary
upload_time2024-02-19 23:07:40
maintainer
docs_urlNone
authorcsm10495
requires_python>=3.10
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sleepytime

A simple gui that can prompt you to hibernate your computer. Use task scheduler to have it prompt you at night.
If you click delay, it'll sleep an hour and prompt you again.

If it detects a mouse movement over the course of the last 5 minutes, it'll wait to start the gui. In other words, as long as the mouse moves
at least once every 5 minutes, it won't prompt to hibernate.

If you delay and want to exit, right click the system tray icon and hit exit.

Right now this only works on Windows... PRs are welcome for other OSes.

# GUI
![GUI](gui.png "GUI Example")

## To Run:

Download a release exe (built via Github Actions!).. then run via

```
sleepytime.exe
```

Or if you have Python 3.10 or greater already:

```
# install once
pip install sleepytime

# run as often as you'd like after
python -m sleepytime
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/csm10495/sleepytime",
    "name": "sleepytime",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "csm10495",
    "author_email": "csm10495@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/39/52/dcedfe731a62764f766f20372a5d1ca20a4d22fdcab6ce0f31313198ee28/sleepytime-0.1.4.tar.gz",
    "platform": null,
    "description": "# Sleepytime\r\n\r\nA simple gui that can prompt you to hibernate your computer. Use task scheduler to have it prompt you at night.\r\nIf you click delay, it'll sleep an hour and prompt you again.\r\n\r\nIf it detects a mouse movement over the course of the last 5 minutes, it'll wait to start the gui. In other words, as long as the mouse moves\r\nat least once every 5 minutes, it won't prompt to hibernate.\r\n\r\nIf you delay and want to exit, right click the system tray icon and hit exit.\r\n\r\nRight now this only works on Windows... PRs are welcome for other OSes.\r\n\r\n# GUI\r\n![GUI](gui.png \"GUI Example\")\r\n\r\n## To Run:\r\n\r\nDownload a release exe (built via Github Actions!).. then run via\r\n\r\n```\r\nsleepytime.exe\r\n```\r\n\r\nOr if you have Python 3.10 or greater already:\r\n\r\n```\r\n# install once\r\npip install sleepytime\r\n\r\n# run as often as you'd like after\r\npython -m sleepytime\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "http://github.com/csm10495/sleepytime"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf8fab005e3d5fe3ed1a91ddc0c25c530c806abf4f850ffe020e9531e05e721b",
                "md5": "21dcc5ef73416511d69a74333d28ab8c",
                "sha256": "b7c3d3d9f6fd6d7e4a3b6d392ffd4705087d1e8cff93b77032a97f2ebb999b20"
            },
            "downloads": -1,
            "filename": "sleepytime-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "21dcc5ef73416511d69a74333d28ab8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 9111,
            "upload_time": "2024-02-19T23:07:38",
            "upload_time_iso_8601": "2024-02-19T23:07:38.768720Z",
            "url": "https://files.pythonhosted.org/packages/cf/8f/ab005e3d5fe3ed1a91ddc0c25c530c806abf4f850ffe020e9531e05e721b/sleepytime-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3952dcedfe731a62764f766f20372a5d1ca20a4d22fdcab6ce0f31313198ee28",
                "md5": "4b1204fe1f949ddba135807b42290fba",
                "sha256": "f238fc6c217f4de318a464c6957fe9ad97d1795c702a4909958228ea919350ef"
            },
            "downloads": -1,
            "filename": "sleepytime-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4b1204fe1f949ddba135807b42290fba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8373,
            "upload_time": "2024-02-19T23:07:40",
            "upload_time_iso_8601": "2024-02-19T23:07:40.169220Z",
            "url": "https://files.pythonhosted.org/packages/39/52/dcedfe731a62764f766f20372a5d1ca20a4d22fdcab6ce0f31313198ee28/sleepytime-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 23:07:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "csm10495",
    "github_project": "sleepytime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sleepytime"
}
        
Elapsed time: 0.17818s