sleep-hotkey

Sleep Hotkey


Keywords
python, sleep, hotkey, smart, controlled
License
GPL-2.0+
Install
pip install sleep-hotkey==0.0.1

Documentation

Sleep Hotkey

Installation

pip install sleep-hotkey

How to Use

Call the sleep function and hold onto the ESC key if you want to stop the sleeping at any time.

Examples

from sleep_hotkey.sleep_hotkey import sleep
sleep(10)