cater

a python module to provide data sharing utility

cater - 2.0 πŸ“€

A Python library for instent file sharing, based on TCP.

What’s New

Currently we are working to enhence the application and library with many new features.
Following are out current aims:

  1. Make the sharing speed more presentable at sender’s end
  2. Compress/Extract feature if multiple files are to be shared
  3. Atomatically detect the Broadcast IP and lunches the server smoothly

Usage 🎯

from cater import cater

# Demo: cater.app()
cater.app()

Installation ⚠️

To install using pip from PyPi

pip install cater

To install from github

pip install git+https://github.com/ravi-prakash1907/cater.git

Requirements 🌌

Support for Python 3.0 and greater.

Development πŸ›ŽοΈ

Source code is in cater. Start editing and Happy contributing! 🌟

Running tests πŸ”₯

python -m unittest

Licence βœ…

MIT. See LICENSE.md

–>

Authors ✏️

cater was written by Ravi Prakash.