Skip to main content

I'm From Indonesian, and I'm still learning.

Project description

Gen Bing

A Python library for generating and saving images using Bing's Image Creator.

Installation PyPi

pip3 install -U --no-cache-dir gen-bing

Usage Async

from Bing.bing import AsyncImageGenerator

async def main():
    GEN = AsyncImageGenerator(auth_cookie_u="YOUR_U_COOKIE", auth_cookie_srchhpgusr="YOUR_SRPCHPGUSR_COOKIE")
    images = await GEN.generate(prompt="A cute cat is playing on a bed. Digital Art 3D.", num_images=4)
    await GEN.save(images, output_dir="images/")

import asyncio
asyncio.run(main())

Usage Sync

from Bing.bing import ImageGenerator

GEN = ImageGenerator(auth_cookie_u="YOUR_U_COOKIE", auth_cookie_srchhpgusr="YOUR_SRPCHPGUSR_COOKIE")
images = GEN.generate(prompt="A cute cat is playing on a bed. Digital Art 3D.", num_images=4)
GEN.save(images, output_dir="images/")

DON'T TRY THIS AT HOME 🏡 🙏🏻

LuciferReborns

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

gen_bing-0.0.6.dev0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

gen_bing-0.0.6.dev0-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file gen_bing-0.0.6.dev0.tar.gz.

File metadata

  • Download URL: gen_bing-0.0.6.dev0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for gen_bing-0.0.6.dev0.tar.gz
Algorithm Hash digest
SHA256 4cebcd670814c557e24754c24a06d16cfb27ad3338d6796b9f5fcb5b9bf8b2aa
MD5 f6468fe8e03206f2b3ece997695bfb4d
BLAKE2b-256 0403eaa0cfc8792d724abfa8dc86bd53d140a4a12eb08d2e959dc9bb2b7d1bbb

See more details on using hashes here.

File details

Details for the file gen_bing-0.0.6.dev0-py3-none-any.whl.

File metadata

File hashes

Hashes for gen_bing-0.0.6.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 c70f807a0a7cd261fd19e347725a20e0f8de6c7f91973e74f9c4f65eb433b584
MD5 164d7cc2a743d7a73a84b7d450797a8d
BLAKE2b-256 2a92caf32577ed4845f2b9b82a2873188ae82380fa54794dcc5d07e34d008ae2

See more details on using hashes here.

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