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.2-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wclip-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f331fdb654bb8f232adf84f6c8a1dd1a43aaa37b365b7660597d2ef957f31dbf
MD5 8eb930ba65fadd64813262ca1aa124b2
BLAKE2b-256 dfcc1ed212167d60e27489d97dbf6ceaa456f4b0d2c4fac2d6385cb979cf01fb

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