GithubHelp home page GithubHelp logo

causalityzach / clipboard-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prashantgupta24/clipboard-manager

0.0 0.0 0.0 13.01 MB

Clippy - A minimalistic clipboard manager in python

Home Page: https://medium.com/@prashantgupta24/how-to-create-your-own-clipboard-manager-using-python-and-tkinter-e693aa27fffc

License: MIT License

Python 100.00%

clipboard-manager's Introduction

forthebadge made-with-python

version

A clipboard manager in python, built using tkinter and pyperclip

Demo

Step by step explanation

I have published an article on Medium here which goes through all aspects of this application.

How to run Clippy

  • Clone the repo
  • Use virtualenv to create a virtual env with python>=3.6
  • Run python setup.py install (it will install all the required dependencies)
  • Run python src/clippy.py

How to run tests

  • Run python setup.py test

How to make it a standalone Mac OS X application file

I used py2app to make standalone application bundles.

To make the standalone app, just run:

  • python setup.py py2app

It will create the .app file under the dist folder, which you can copy to your Applications folder in your Mac, and open Clippy just like any other application!

Note: If you are using macOS 10.7 or later, the Apple-supplied Tcl/Tk 8.5 still has serious bugs that can cause application crashes while using py2app. If you wish to use IDLE or Tkinter, install and use a newer version of Python and of Tcl/Tk. Use this link to update.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.