AravindVasudev / clip-sync

clip-sync serves the text and images from your clipboard within the network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clip-sync

clip-sync serves the text and images from your clipboard within the network.

Index

Dependencies

  • python 3.5.2
  • webpack
  • gunicorn
  • Flask
  • eventlet
  • Flask-SocketIO

Installation

  1. Install python & pip
  2. clone this repository
  $ git clone https://github.com/AravindVasudev/clip-sync.git
  1. Install dependencies either using requirements.txt or setup.py (using virtualenv is recommended)
  $ pip install -r requirements.txt
  (or)
  $ python setup.py install
  1. Install webpack and its dependencies
  $ npm install -g webpack
  $ npm install
  1. Build JS & CSS using webpack
  $ webpack
  (or)
  $ webpack -- watch # watch mode
  1. Start server
  $ ./clipSync.sh start

Screenshots

Contribute

You are always welcome to open an issue or provide a pull-request!

License

Built under MIT license.

About

clip-sync serves the text and images from your clipboard within the network.

License:MIT License


Languages

Language:Python 43.8%Language:JavaScript 20.0%Language:Shell 14.0%Language:CSS 13.7%Language:HTML 8.6%