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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyupfile-1.0.2.tar.gz
.
File metadata
- Download URL: pyupfile-1.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62e5afbb4ed48b4d99dcce2b46e8acbbdd39d9a0519adef96cd7997d0719aa29 |
|
MD5 | b93b30881d9792f2a3e7fd8d8a83c062 |
|
BLAKE2b-256 | 8054554f713a371119d0f0a33cc758151e8d860ed721a42b63361c10fab7e9c2 |