Skip to main content

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)

Discord Server

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

pypxl-0.2.3.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

pypxl-0.2.3-py3-none-any.whl (8.1 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