Skip to main content

Share files (UTF-8) through your network. (multi-paltform)

Project description

Pyserved 1.2

Made by Shaurya Pratap Singh

Transfer files from devices the quickest way possible. By Shaurya Pratap Singh 2021 | MIT Licence

Info

This package is used to send files over a network server using sockets. The maximum size of file is 100 mbs.

Tutorial

Reciever code:

from pyserved.client import Client

client = Client('0.0.0.0', 5001)
client.listen()
_, address = client.accept()
client.receive()
client.write()
client.close()

Sender code:

from pyserved.server import send_file

send_file('LICENSE.txt', '0.0.0.0', 5001)

The host and server of client and server should be the same!

Licence

This project is licensed under the MIT license.The MIT license gives users express permission to reuse code for any purpose, sometimes even if code is part of proprietary software. As long as users include the original copy of the MIT license in their distribution, they can make any changes or modifications to the code to suit their own needs.

Contribution

Contribute in the code any way you want. Make sure you are following the rules written above in the Licence section.

Huge thanks to my dad for inspiration!

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

pyserved-1.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pyserved-1.2-py3-none-any.whl (4.3 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