Asynchronous API wrapper for the pxlapi https://pxlapi.dev
Project description
pypxl
An asynchronous wrapper for pxlapi
Install it
Just use pip3 install pypxl
to install it
How to use it
from pypxl import PxlClient
#Define yout details here
pxl = PxlClient(token="Your pxlapi token", stop_on_error=False)
Now you can use a all pxlapi features with just one line of code!
glitch = await pxl.glitch(images=["https://cdn.discordapp.com/avatars/606162661184372736/a_62245605493deac02c291fe8fa517bee.gif?size=512"])
Docs
There is no website offering documentation, however if you hover over a function in your IDE it will give you some info about what it does, you can also just read the source code. For an example in a discord bot, please click here
I have implemented most functions this library offers in commands in my bot. You can find those commands here
For questions and suggestions, join my discord server or dm me (Kile#0606
)
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
Built Distribution
File details
Details for the file pypxl-0.2.4.tar.gz
.
File metadata
- Download URL: pypxl-0.2.4.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 308fcf19f9537165f74a40fbab54e796f0f3893bd4e8bf5b4e0cdf4f6ce920ae |
|
MD5 | a055c2913c447464ab9b8e80a49e9f0d |
|
BLAKE2b-256 | 517be613868eec3fbbd6364ad51cb6265123fff6da0272695d12c47f9d972aa6 |
File details
Details for the file pypxl-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: pypxl-0.2.4-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5651b09cdd1b7cb521d949f05b9fbf1c315f61a1d43c75fa4f40b2168ab91420 |
|
MD5 | dc3075a07703d1017ecd4aa15dc09fb8 |
|
BLAKE2b-256 | 87c4b1339c908ee9f3a74501a5267225ad5b9a07872fcd49072e4cf967773f87 |