Skip to main content

Send mouse/keyboard inputs via network

Project description

net-input

Send mouse/keyboard inputs via network

Installation

You can install the package via pip:

pip install net-input

Usage

  1. Start the server.

    net-input
    
  2. Example client code.

    import socket
    
    host, port = "127.0.0.1", 9999
    sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
    
    sock.sendto(b"mouse,move,100,100", (host, port))
    sock.sendto(b"keyboard,write,Hello World", (host, port))
    

License

This project is licensed under the terms of the MIT license.

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

net_input-1.0.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

net_input-1.0.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file net_input-1.0.1.tar.gz.

File metadata

  • Download URL: net_input-1.0.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for net_input-1.0.1.tar.gz
Algorithm Hash digest
SHA256 374b23dac90d768b62ab4c10ca1a976d26eaed4a7d486b343506710cc387d6e6
MD5 37af61548e587ce5dbbc6cb510e3d89a
BLAKE2b-256 67d1887373c4be517a3639ac792c28d0faa934b4783cdb26f27102c2647ea5bc

See more details on using hashes here.

File details

Details for the file net_input-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: net_input-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for net_input-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aa700377d613c05c4fb48d0e5985d7cf288986ea937837a0a89df5a8800ab439
MD5 cbf00f7054d76f098e3b68e78a4686ec
BLAKE2b-256 2ddedff7039516414ec7b2db3dc6072a72956f4c9fbbadfda4e90c14a188d41b

See more details on using hashes here.

Supported by

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