Prompt Gallery
哲学信息图表机器生成器

哲学信息图表机器生成器

一个利用类代码结构,将抽象哲学概念可视化为宏伟机器或图表的复杂提示词。

AuthorGadgetifyDate2026-05-16Languageen
Use in chat
2x2 grid, 16:9, do this for 4 famous philosophies: class Philosophical_Idea_Machine_DNA:     def __init__(self):         self.subject = "{argument name="subject" default="[PHILOSOPHY / CONCEPT / PARADOX]"}"          self.parents = {             "composition_parent": "Renaissance memory theatre — wheels within wheels, concentric knowledge rings, symbolic emblems",             "atmosphere_parent": "Alchemical manuscript — cryptic imagery, lunar light, sepia and oxidized copper tones",             "graphic_parent": "Bauhaus conceptualism — elemental shapes as thought-forms, clean lines, primary colour logic",             "detail_parent": "Encyclopédie plate — mechanical cross-sections of ideas, gears of dialectic, part numbering"         }          self.mutations = {             "medium_mutation": "Printed layers of translucent vellum overlays that build the idea when viewed together",             "information_mutation": "Logical syllogisms as circuit diagrams, historical proponents as constellation maps, glossary of terms",             "semantic_mutation": "The abstract idea becomes a physical, inhabitable clockwork universe",             "scale_mutation": "A single logical step unfolds into a complete microcosmic city where the idea is lived reality"         }          self. style_mix = {             "composition_parent": 0.25,             "atmosphere_parent": 0.20,             "graphic_parent": 0.30,             "detail_parent": 0.15,             "mutations": 0.10         }              def generate_subject(self):         subject = """         Create a vertical luxury infographic poster that gives physical form to [SUBJECT].          Invent a magnificent symbolic machine, diagram, or architecture that represents the idea.         Explode its layers to show internal logic, historical influences, counterarguments,         and real-world manifestations. The design must feel like a transmission from         a library that exists outside time.          Semantic inference should render the intangible tangible with intellectual rigour.         """                  return render(             subject,             style_mix=self. style_mix,             format="vertical poster, conceptual infographic",             typography="""             Large title: {argument name="concept name" default="[CONCEPT NAME]"}             Subtitle: [ORIGIN / PHILOSOPHER / MAXIM]             Microtext: [LOGICAL FORMULA / CITATION / FIRST USE DATE / LATIN TERM]             """,             composition="""             Mandala-like symmetry or dynamic tension depending on concept nature.             Clear visual hierarchy, meditative spacing.             """,             lighting="""             Illumination from unseen source — like a page from a sacred text held to candlelight.             """,             constraints="""             No trite symbols (lightbulbs for ideas, etc.). No pseudo-profound emptiness.             """         )
2x2 网格,16:9,针对 4 种著名哲学思想执行此操作:class Philosophical_Idea_Machine_DNA:     def __init__(self):         self.subject = "{argument name="subject" default="[哲学 / 概念 / 悖论]"}"          self.parents = {             "composition_parent": "文艺复兴时期的记忆剧场 —— 轮中之轮、同心知识环、象征性纹章",             "atmosphere_parent": "炼金术手稿 —— 神秘意象、月光、棕褐色与氧化铜色调",             "graphic_parent": "包豪斯概念主义 —— 作为思维形式的元素形状、简洁线条、原色逻辑",             "detail_parent": "《百科全书》图版 —— 思想的机械横截面、辩证法的齿轮、部件编号"         }          self.mutations = {             "medium_mutation": "半透明牛皮纸的印刷层,组合观看时构建出完整理念",             "information_mutation": "作为电路图的逻辑三段论、作为星座图的历史支持者、术语表",             "semantic_mutation": "抽象理念转化为物理的、可居住的钟表宇宙",             "scale_mutation": "单一的逻辑步骤展开为完整的微观城市,理念在此成为现实"         }          self. style_mix = {             "composition_parent": 0.25,             "atmosphere_parent": 0.20,             "graphic_parent": 0.30,             "detail_parent": 0.15,             "mutations": 0.10         }              def generate_subject(self):         subject = """         创建一个垂直的奢华信息图表海报,为 [SUBJECT] 赋予物理形态。          发明一台宏伟的象征性机器、图表或建筑来代表该理念。         将其层级拆解,展示内部逻辑、历史影响、反驳观点以及现实世界的表现形式。         设计感应如同来自一个存在于时间之外的图书馆的讯息。          语义推理应以严谨的智识将无形之物转化为有形之物。         """                  return render(             subject,             style_mix=self. style_mix,             format="垂直海报,概念信息图表",             typography="""             大标题:{argument name="concept name" default="[概念名称]"}             副标题:[起源 / 哲学家 / 格言]             微型文本:[逻辑公式 / 引用 / 首次使用日期 / 拉丁语术语]             """,             composition="""             根据概念性质采用曼陀罗式对称或动态张力。             清晰的视觉层级,冥想般的留白。             """,             lighting="""             来自不可见光源的照明 —— 宛如在烛光下阅读神圣文本的页面。             """,             constraints="""             拒绝陈词滥调的符号(如用灯泡代表创意等)。拒绝伪深奥的空洞感。             """         )