MCPcopy Index your code
hub / github.com/0ut0flin3/dalle43

github.com/0ut0flin3/dalle43 @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
2 symbols 18 edges 3 files 0 documented · 0% updated 3y ago★ 381 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

DALL-E FOR FREE :heart:

HOW TO USE

  1. INSTALL DALLE43: pip install -U dalle43

  2. GENERATE AN IMAGE

import dalle43.dalle43 as DALL_E

DALL_E.generate('the milky way') # returns the image path, e.g. 'C:\\Users\\0ut0flin3\\Pictures\\generated_images\\892348097.jpg'  

You can also use show() to show the image:

import dalle43.dalle43 as DALL_E

img = DALL_E.generate('the milky way') # returns the image path, e.g. 'C:\\Users\\0ut0flin3\\Pictures\\generated_images\\892348097.jpg'  

DALL_E.show(img)
  1. Enjoy! :heart:

Screenshot from 2023-03-20 02-32-03

Core symbols most depended-on inside this repo

generate
called by 0
dalle43/dalle43.py
show
called by 0
dalle43/dalle43.py

Shape

Function 2

Languages

Python100%

Modules by API surface

dalle43/dalle43.py2 symbols

For agents

$ claude mcp add dalle43 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact