FadeoutToSleep


NameFadeoutToSleep JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/tekmiikka/fadeouttosleep
SummaryA program to fade out volume linearly and put the computer to sleep.
upload_time2022-12-06 22:56:46
maintainer
docs_urlNone
authorTekMiikka
requires_python>=3.4
licenseGPLv3
keywords sleep standby volume gtk glade
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FadeoutToSleep

### About

A program to fade out volume linearly and put the computer to standby mode (sleep). It's similar to "Final Countdown" program on Windows (with less features).
I made this for my own use, but I hope it helps other people to fall asleep easier also.

### Installation

**Use command:** ```sudo python3 -m pip install FadeoutToSleep```

*Or if you downloaded the source code yourself, extracted it and changed to its directory*: ```sudo python3 -m pip install .```

Not using "sudo" may install the program to a place where it can't be found automatically and you have to add path to there manually.

**You may need to install pip before that:**
For examble on Linux Mint or Ubuntu: ```sudo apt install pip```
And on EndeavourOS: ```sudo pacman -S python-pip```


### Usage

Run using command **FadeoutToSleep** as a normal user.

Add a shortcut to your desktop environment if you like. The way it's done varies so much that I won't give instructions here.

### Depencies

- Python >=3.4 with PIP (I'm not actually sure what specific version is the lower limit)
- PyGObject
- pulsectl (python-pulse-control)

And:
+ Linux with PulseAudio
+ Sound output on your computer

### Notes

Tested with only Linux Mint 20-21 Cinnamon, Ubuntu 22 and EndeavourOS 22.9. Should work on anything Gtk capable and using PulseAudio.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tekmiikka/fadeouttosleep",
    "name": "FadeoutToSleep",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "sleep,standby,volume,GTK,glade",
    "author": "TekMiikka",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/48/5f/c3cee8ed6dec5d783de22e6ee4f7ec968e46d0799a729237f8cc84fe7535/FadeoutToSleep-1.0.tar.gz",
    "platform": null,
    "description": "# FadeoutToSleep\n\n### About\n\nA program to fade out volume linearly and put the computer to standby mode (sleep). It's similar to \"Final Countdown\" program on Windows (with less features).\nI made this for my own use, but I hope it helps other people to fall asleep easier also.\n\n### Installation\n\n**Use command:** ```sudo python3 -m pip install FadeoutToSleep```\n\n*Or if you downloaded the source code yourself, extracted it and changed to its directory*: ```sudo python3 -m pip install .```\n\nNot using \"sudo\" may install the program to a place where it can't be found automatically and you have to add path to there manually.\n\n**You may need to install pip before that:**\nFor examble on Linux Mint or Ubuntu: ```sudo apt install pip```\nAnd on EndeavourOS: ```sudo pacman -S python-pip```\n\n\n### Usage\n\nRun using command **FadeoutToSleep** as a normal user.\n\nAdd a shortcut to your desktop environment if you like. The way it's done varies so much that I won't give instructions here.\n\n### Depencies\n\n- Python >=3.4 with PIP (I'm not actually sure what specific version is the lower limit)\n- PyGObject\n- pulsectl (python-pulse-control)\n\nAnd:\n+ Linux with PulseAudio\n+ Sound output on your computer\n\n### Notes\n\nTested with only Linux Mint 20-21 Cinnamon, Ubuntu 22 and EndeavourOS 22.9. Should work on anything Gtk capable and using PulseAudio.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A program to fade out volume linearly and put the computer to sleep.",
    "version": "1.0",
    "split_keywords": [
        "sleep",
        "standby",
        "volume",
        "gtk",
        "glade"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b09b4e6ba7a151573d7821c6d08a6683",
                "sha256": "5e73e1ed1726bc8faeb8a32f9c7f74c9cf569d9e14558031dbf9bdae46e073b3"
            },
            "downloads": -1,
            "filename": "FadeoutToSleep-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b09b4e6ba7a151573d7821c6d08a6683",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 22911,
            "upload_time": "2022-12-06T22:56:46",
            "upload_time_iso_8601": "2022-12-06T22:56:46.050961Z",
            "url": "https://files.pythonhosted.org/packages/48/5f/c3cee8ed6dec5d783de22e6ee4f7ec968e46d0799a729237f8cc84fe7535/FadeoutToSleep-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-06 22:56:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tekmiikka",
    "github_project": "fadeouttosleep",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fadeouttosleep"
}
        
Elapsed time: 0.01550s