Python script for generating image from text by Open AI
Project description
openai_image
Python script for generating image from text by Open AI
1. Install openai & openai-image
pip install openai
pip install openai-image
2. Recieve your OpenAI API KEY
https://platform.openai.com/account/api-keys
3. Settings
API_KEY = 'your-secret-openai-api-key'
PIC_SIZE = '256x256'
IMAGES = ''
TARGET_TEXT = ''
PIC_SIZE options :'256x256', '512x512', '1024x1024'
IMAGES options: if IMAGES = '', script will use current folder. But you can set your own dir, for example: IMAGES = 'D:\Pictures'
TARGET_TEXT options: TARGET_TEXT = '', you will input your target text from keyboard. And you can set it in code, for example TARGET_TEXT = 'Alice in Wonderland'
4. Use openai_image
import openai_image
Example1:
import openai_image
API_KEY = 'your-secret-openai-api-key'
PIC_SIZE = '256x256'
IMAGES = ''
TARGET_TEXT = ''
openai_image.get_image(API_KEY, PIC_SIZE, IMAGES, TARGET_TEXT)
Prompt target text: blue bird
Your image file ready: blue_bird.png
Example2:
from openai_image import *
API_KEY = 'your-secret-openai-api-key'
PIC_SIZE = '256x256'
IMAGES = 'D:\Pictures\'
TARGET_TEXT = 'Alice in Wonderland'
get_image(API_KEY, PIC_SIZE, IMAGES, TARGET_TEXT)
Your image file ready: D:\Pictures\Alice_in_Wonderland.png
Documentation
https://best-itpro.ru/news/openai_image/
That's All, Folks! ;)
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 openai-image-1.0.5.tar.gz
.
File metadata
- Download URL: openai-image-1.0.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | daad4e9b29a5ae6ba04b2f0da218ca76fdecef2692e7de689996fe2b775ca260 |
|
MD5 | db13d6e4fc897834c82bbe2db1b7d507 |
|
BLAKE2b-256 | e0c44220c1289946052e27d60e36a412be8164ed448ad423741f69bd2ef613f3 |
File details
Details for the file openai_image-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: openai_image-1.0.5-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 781a6362c978378f858872bf685eb72a4624bb9458e4929ec0140c62a7d3c174 |
|
MD5 | b5b8969516055649591bcdb19b82241d |
|
BLAKE2b-256 | 58de62e9a4c292b25010823a3f120da14ea75876d80543d9404c7ea4f358e43d |