Skip to main content

A all-in-one tool for clipboard management for MAC OS only.

Project description

PyClipboard

This is a simple example package. With the purpose of a easy-use advance clipboard package for mac.

And it is very easy to use.

import pyclipboard

clipboard = ClipBoard()

Copy text

clipboard.copy_text("Hello World")

Copy image

clipboard.copy_image("image.png")

Copy image from url

clipboard.copy_image("./Users/username/Desktop/image.png")

Copy color

clipboard.copy_color(0x000000)

Copy html

clipboard.copy_html("<h1>Hello World</h1>")

Copy url

clipboard.copy_url("https://example.com")

Copy file/directory

clipboard.copy_file("./Users/")

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

pyclipboard-1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

pyclipboard-1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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