Skip to main content

an easy to use clipboard manager made using tkinter.

Project description

PyPI license

clix

An easy to use clipboard manager made using tkinter.

Note: Currently, clix works only on Linux systems.

Installation

  • To install clix, simply,

    $ pip install clix

Usage

  • To run clix, open terminal and run this command:

    $ clix

    Note: Leave this terminal open as long as you want to use clix.

  • Press Ctrl + space keys to open clix GUI. Initially, all clip frames are empty.

  • Now, as you copy any text, (using Ctrl + c keys), the text is saved to topmost frame of clix clipboard.

  • Whenever you want to paste any clip, just open clix GUI (usin Ctrl + space keys) and click on clip it button to copy clip text to main clipboard.

Now, simply pressing Ctrl + v keys will paste the desired clip text!

TODO

  • [ ] Add support for Windows and MacOS.

  • [ ] Create a file system to log the clipboard.

  • [ ] Improve UI.

  • [ ] Add more functionalities.

Want to contribute?

  • Clone the repository

    $ git clone http://github.com/nikhilkumarsingh/clix
  • Install dependencies

    $ pip install -r requirements.txt
  • Remove the . prefix from .pyxhook and .gui for the following imports in clix.py, so it changes from:

    from .pyxhook import HookManager
    from .gui import clipboard

    to:

    from pyxhook import HookManager
    from gui import clipboard

Finally, do report bugs and help us make clix more and more productive!

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

clix-1.0.1.tar.gz (8.2 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: clix-1.0.1.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for clix-1.0.1.tar.gz
Algorithm Hash digest
SHA256 7123296d4eccaf58c232e18bb8b9cbfda59cb00a4129a7a6e78f3ca1677deabf
MD5 8fd2ac4ba093313a6055e32eb2ba09a6
BLAKE2b-256 ec7e84b7baeac57daef659c6f7b0e97f4241b4da386c861cd5a0a75956b72afc

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