Coffeepy prevents the system from sleeping
Project description
Coffeepy
Coffeepy ☕️ is a small program that prevents the system from sleeping. Works on MacOS, Windows and Linux.
Installation
pip install -U coffeepy
Usage
Simply run the program from command line
coffeepy
By default the program runs indefinitely. Press Ctrl-C
to quit
Optional: You can set the time in minutes with -t
or --time
flag. For example, to run the program for 1 hour, use
coffeepy -t 60
You can also disable animation with -a
or --no-animation
flag.
coffeepy -a
You can view the full parameter list with -h
or --help
.
Python module
You can also import coffeepy as a python module
import coffeepy
coffeepy.run()
Optional settings when run as a python module:
import coffeepy
# you can also specify the time in minutes
# if no time is provided or time = 0, the program will run indefinitely
coffeepy.run(60)
# to disable animation when run as a module, you can set the second argument to True
coffeepy.run(0, True)
License
This project is licensed under the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file coffeepy-0.2.1.tar.gz
.
File metadata
- Download URL: coffeepy-0.2.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 663050aad41b1fb9311107bab10c7d06c192f241a28eb23717975fc100db3667 |
|
MD5 | bae6bc2bbafaec70d7a8107756278617 |
|
BLAKE2b-256 | 99605d325f13f2e0c4d7d4f841b0c1585e4f53e4dc6bf2e65bcc335963e9c9d8 |
Provenance
File details
Details for the file coffeepy-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: coffeepy-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82d93eb7c84c2af830fdfe1653d05b2f37231de4f52d5e02a386507282fa0e74 |
|
MD5 | 5fb7b87425d09bfb057f64c95f20f3f3 |
|
BLAKE2b-256 | fa540b605196d48230e0c42289836eb619ee4cb399a6c52d92b4a21d1aadec53 |