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 webclipboard
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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wclip-0.1.0-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file wclip-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wclip-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c641c37f9af5e5127d773d48654db76fe36c2546e91ede927ddc6d275fb27984
|
|
| MD5 |
fbf97b028982d6f97aa8214fdc837278
|
|
| BLAKE2b-256 |
557b2e22c08109141b21e14cfad949513d6aaa842fc114a0d9cbacb623f6d3b4
|