Skip to main content

pyupfile allows you to upload any file to https://file.io site using their API

Project description

pyupfile

Pyupfile allows you to upload any file to https://file.io site using their API

Installation

Pyupfile can be installed through python package manager (pip):

python -m pip install pyupfile

Note: You need to have tkinter installed on the platform on which you are running this.
Note: On Linux systems, you may need to install additional packages for clipboard function to run correctly. Otherwise, this would result into an error. Installation (for Ubuntu/Debian based systems)

# apt install xclip

For other distros, install xclip through your package manager.

Usage

Pyupfile can be used in two ways:

  • by running directly through command line:
pyupfile

or

python -m pyupfile
  • by importing the 'main' function from the module and using it in other python program:
import pyupfile
pyupfile.__main__.main()

In both the cases, a window would pop up asking you the location of the file to be uploaded and download link would be copied to clipboard.

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

pyupfile-1.0.2.tar.gz (3.1 kB view hashes)

Uploaded Source

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