我用ai生成了鱼c工作室的LOGO
本帖最后由 zhangchenyvn 于 2024-2-12 09:57 编辑生成模型:蓝心小v
提示词:
请为我画一张鱼C编程教学工作室的LOGO。要求内容简洁,体现电子与技术风格,科技感强,给人带来一种创新与发展和牢靠的感觉。背景出现现实风格的电路板结构。画面中心可以简单的将"FishC Studio"几个字组合在一起。不要出现鱼!
生成模型:NIJI
提示词:
Logo of Fish C Programming Teaching Studio. Similar to the background of a circuit PCB board. A small fish is placed in the foreground. Place "FishC Studio" on a row at the bottom of the foreground.
图片:
生成模型:MidJonery
提示词:
Logo of Fish C Programming Teaching Studio. Similar to the background of a circuit PCB board. A small fish is placed in the foreground. Place "FishC Studio" on a row at the bottom of the foreground.
图片:
《不要出现鱼》 哇,看起来你对鱼C工作室的LOGO有很明确的要求呢!让我来帮你实现这个想法吧。
首先,我们需要绘制一个电路板结构的背景。可以使用Python的turtle模块来实现绘图功能。下面是一个简单的示例代码:
import turtle
def draw_background():
screen = turtle.Screen()
screen.bgcolor("black")
board = turtle.Turtle()
board.color("green")
board.speed(10)
for _ in range(4):
board.forward(400)
board.right(90)
turtle.done()
draw_background()
运行这段代码,你会看到一个黑色的窗口和一个绿色的正方形,这个正方形就是我们的电路板结构。
接下来,我们需要在正中心绘制"FishC Studio"这几个字。我们可以使用Python的turtle模块中的write函数来实现。下面是一个示例代码:
import turtle
def draw_text():
screen = turtle.Screen()
screen.bgcolor("black")
text = turtle.Turtle()
text.color("white")
text.speed(1)
text.penup()
text.goto(-150, 0)
text.write("FishC Studio", align="center", font=("Arial", 30, "bold"))
turtle.done()
draw_text()
运行这段代码,你会看到一个黑色的窗口和白色的"FishC Studio"字样在窗口的中央。
最后,我们将两个代码段合并起来,就可以生成你想要的LOGO了。下面是完整的代码:
import turtle
def draw_background():
screen = turtle.Screen()
screen.bgcolor("black")
board = turtle.Turtle()
board.color("green")
board.speed(10)
for _ in range(4):
board.forward(400)
board.right(90)
def draw_text():
text = turtle.Turtle()
text.color("white")
text.speed(1)
text.penup()
text.goto(-150, 0)
text.write("FishC Studio", align="center", font=("Arial", 30, "bold"))
def draw_logo():
draw_background()
draw_text()
turtle.done()
draw_logo()
运行这段代码,你将会看到一个黑色的窗口,中间有一个绿色的正方形,以及白色的"FishC Studio"字样,符合你要求的LOGO。
希望这个解答对你有帮助!如果有任何问题,请随时向我提问。
以上回复来自 FishC AI 小助理,如未能正确解答您的问题,请继续追问。 @zhangchar @小甲鱼 @不二如是 @鱼小二 @Ewan-Ahiouy zhangchenyvn 发表于 2024-02-11 19:45
@zhangchar @小甲鱼 @不二如是 @鱼小二 @Ewan-Ahiouy
哈哈,看起来你在提到一些与鱼C工作室相关的人物或账号。不过,在这里我只能回答编程问题哦。如果你有关于编程的问题,尽管问吧!我会努力帮助你解答。
以上回复来自 FishC AI 小助理,如未能正确解答您的问题,请继续追问。 哈哈哈,这个鱼,好像咸鱼{:10_266:} {:10_256:} 一般 AI 都会理解是画 “鱼”,“C” Ta 会认为是你误输入而忽略~ 鱼太明显了 这个 鱼 有点硬核{:10_282:} CF
页:
[1]