Keeps the computer active
Project description
This library keeps the computer from going idle. It can also keep the user active in apps like MS Teams, Zoom, Slack, etc...
Disclaimer: This package is still under development and effectiveness may vary between OS.
Installation
pip install keepActive
Functions
.start(time_in_minutes=None)
Will start keeping the computer active. The .start() function has an optional input parameter, time_in_minutes, which can specify the length of time for which the function will run.
If no length of time is specified, the function will run until stopped by the .stop() function
.stop()
Will stop the ongoing iteration
Quick Start
from keepActive import keepActive
keepActive.start(1) # keep the computer active for 1min
keepActive.stop() # end the iteration
Change Log
0.0.1 (28/02/2023)
- First Release
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
File details
Details for the file keepActive-0.0.1.tar.gz.
File metadata
- Download URL: keepActive-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
583a4ff5ad3a936d1805829c0cad5357148e7b6460fb04b005127e17a43005b0
|
|
| MD5 |
0ad75f72f873d8c37d2cef91d2cd8fbe
|
|
| BLAKE2b-256 |
6e16176a9cd520381427a3ec213baf29f9eb9740303efb22c078c700ef5e420d
|