Skip to main content

A web-based clipboard sharing server

Project description

Webclipboard

A simple web-based clipboard sharing server that allows you to access your clipboard content through a web interface.

Features

  • Web interface for viewing and modifying clipboard content
  • Secure authentication with randomly generated token
  • Easy to use API for clipboard operations
  • Cross-platform compatibility

Installation

pip install wclip

Usage

Command Line

Simply run the webclipboard command:

webclipboard

Or run as a module:

python -m webclipboard

Options

webclipboard [--port PORT] [--no-browser]
  --port PORT      Specify the port to run the server on (default: 8080)
  --no-browser     Don't automatically open the browser
  --help           Show this help message

As a Library

from webclipboard import start_server

# Start with default settings
start_server()

# Or with custom settings
start_server(port=9090, open_browser=False)

Security

  • The server generates a random 8-character password on startup
  • Authentication uses username "clipboard" and the generated password
  • Only authenticated users can access clipboard data
  • Sessions are maintained using secure cookies

Requirements

  • Python 3.6+
  • pyperclip

License

MIT License - see the LICENSE file for details.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

wclip-0.1.1-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file wclip-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: wclip-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for wclip-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ae820934606af1d78aa65b90c24412045dcf81b45492760ea003a93137e76df0
MD5 05b090259ce414b0971caf1295456b51
BLAKE2b-256 84eee3ca312a5bbfef6742d7f1331b4180f1122345f91f6f75e4ef40ede0b465

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