Skip to main content

Keep Slack/Teams active by simulating key presses at regular intervals

Project description

lazy-b

Keep Slack, Microsoft Teams, or other similar applications from showing you as "away" or "inactive" by simulating key presses at regular intervals.

Installation

Install directly from PyPI using pip or uv:

# Using pip
pip install lazy-b

# Using uv
uv pip install lazy-b

# For macOS users (to enable dock icon hiding)
pip install "lazy-b[macos]"
# or with uv
uv pip install "lazy-b[macos]"

Usage

Command Line

Run lazy-b from the command line:

# Basic usage (will press Shift key every 1 second)
lazy-b

# Customize the interval (e.g., every 30 seconds)
lazy-b --interval 30

# Run in quiet mode (no console output)
lazy-b --quiet

# Run in foreground mode (shows dock icon - macOS only)
lazy-b --foreground

Platform-specific behavior

  • macOS: By default, runs in background mode with no dock icon. You can close the terminal window after starting it, and it will continue to run.
  • Windows/Linux: The application runs in the terminal window. You need to keep the window open for the program to continue running.

To stop lazy-b, you can:

  • Press Ctrl+C in the terminal window
  • On macOS, if running in background, find and kill the process:
# Find the process
ps aux | grep lazy-b

# Kill it using the PID
kill <PID>

Python API

You can also use the Python API directly in your own scripts (works on all platforms):

from lazy_b import LazyB
import time

# Create an instance with a custom interval (in seconds)
lazy = LazyB(interval=45)

# Define a callback function to handle status messages (optional)
def status_callback(message):
    print(f"Status: {message}")

# Start the simulation
lazy.start(callback=status_callback)

try:
    # Keep your script running
    while True:
        time.sleep(1)
except KeyboardInterrupt:
    # Stop on Ctrl+C
    lazy.stop()

Features

  • Prevents "away" or "inactive" status in messaging applications
  • Customizable interval between key presses
  • Simple command-line interface
  • Cross-platform: Works on macOS, Windows, and Linux
  • Background mode on macOS (no dock icon)
  • Python API for integration into your own scripts
  • Minimal resource usage

Requirements

  • Python 3.8 or higher
  • PyAutoGUI
  • PyObjC-Core (for macOS dock icon hiding, optional)

License

MIT

Disclaimer

This tool is meant for legitimate use cases like preventing timeouts during presentations or when you're actively reading but not typing. Please use responsibly and in accordance with your organization's policies.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lazy_b-0.1.3.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lazy_b-0.1.3-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file lazy_b-0.1.3.tar.gz.

File metadata

  • Download URL: lazy_b-0.1.3.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for lazy_b-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4843bdecd9d88ab3614278bfb22e3cb0747a53ccd339b64c37b2174128e66c33
MD5 6a9c3961a37bfb425e2954d38cf820a7
BLAKE2b-256 60e5595ff00c96b9f302e056aacd82f6f8ff8a1d4dc0250033277d9d0787017b

See more details on using hashes here.

File details

Details for the file lazy_b-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: lazy_b-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for lazy_b-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e86fee9e47f4e53fa0f5b10b8bb58d6d1edbf6d1527dda3b9883cb3d31b79538
MD5 17915a429f5b560124a30ee0c91b8ca4
BLAKE2b-256 1722bd11f0a85ba936b1ac8018ffdc251d7c85325463ebb36fb4934a29ed9851

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page