Socket
Socket
Sign inDemoInstall

asyncimg

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    asyncimg

An async image manipulation lib. Can be used for discord.


Maintainers
1

Readme

asyncimg

An async image manipulation lib. Can be used for discord.

Usage

from asyncimg import Generator

generator = Generator()
image = await generator.lovers(profile_pic_link1, profile_pic_link2)

# In discord command
file = discord.File(fp=image, filename='image.png')
await ctx.send(file=file)

Available methods

lovers(profile_pic_link1, profile_pic_link2)
stars(profile_pic_link)
colors(profile_pic_link)
frame(profile_pic_link)
envelop(profile_pic_link)
knockout(profile_pic_link1, profile_pic_link2)
fart(profile_pic_link)

More coming soon

Any help need or better suggesions? Join here to contribute.Change Log

0.0.1 (3/8/2020)

  • Release (Buggy)

1.0.0 (3/8/2020)

  • Working release

1.0.1 (3/8/2020)

  • Attempt to fix frame (Images do not match)

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc