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 import AsyncImageGenerator
async def main():
GEN = AsyncImageGenerator()
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 import ImageGenerator
GEN = ImageGenerator()
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
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
gen_bing-0.0.6.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file gen_bing-0.0.6.tar.gz
.
File metadata
- Download URL: gen_bing-0.0.6.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fa3a34ddb60380633139ceda0e261411ab389aa73157979488330f9aa66cb0d |
|
MD5 | 1b1f8923e058e23e7fd5816a81f5c9da |
|
BLAKE2b-256 | c6dd8a0eb0922c9269b0561a750ec6702413e87f34a435760e5a7cffdb29677b |
File details
Details for the file gen_bing-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: gen_bing-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f231dc9064dc7ce183332339df3c124bbb1e172028415f39842f291b237a2b1 |
|
MD5 | 0c89ffd2156683813d2c0c1755fbd3ac |
|
BLAKE2b-256 | 9d1a46386e8f14b64975637cbbc0d2b11de041968cae741559d8f6d668bb7000 |