awacke1 commited on
Commit
439a89d
ยท
verified ยท
1 Parent(s): fa357f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +175 -156
app.py CHANGED
@@ -202,162 +202,181 @@ def create_pdf_tab(default_markdown):
202
 
203
  st.download_button(label="Save Markdown", data=st.session_state.markdown_content, file_name="deities_guide.md", mime="text/markdown")
204
 
205
- default_markdown = """# ๐ŸŒŸ Deities Guide: Mythology and Moral Lessons ๐ŸŒŸ
206
-
207
- ## 1. ๐Ÿ“œ Introduction
208
- 1. Purpose: Explore deities, spirits, saints, and beings with their stories and morals.
209
- 2. Usage: Guide for learning and storytelling across traditions.
210
- 3. Themes: Justice, faith, hubris, redemption, cosmic order.
211
-
212
- ## 2. ๐Ÿ› ๏ธ Core Concepts of Divinity
213
- 1. Powers: Creation, omniscience, shapeshifting across entities.
214
- 2. Life Cycle: Mortality, immortality, transitions (e.g., saints, avatars).
215
- 3. Communication: Omens, visions, miracles from gods and spirits.
216
-
217
- ### 2.1. โšก Standard Abilities
218
- 1. Creation: Gods and spirits shape worlds (e.g., Allah, Vishnu).
219
- 2. Influence: Saints, prophets intercede (e.g., Muhammad, Paul).
220
- 3. Transformation: Angels, avatars shift forms (e.g., Gabriel, Krishna).
221
- 4. Knowledge: Foresight or revelation (e.g., Holy Spirit, Brahma).
222
- 5. Judgment: Divine authority (e.g., Yahweh, Yama).
223
-
224
- ### 2.2. โณ Mortality and Immortality
225
- 1. Gods: Eternal (e.g., Allah, Shiva).
226
- 2. Spirits: Realm-bound (e.g., jinn, devas).
227
- 3. Saints/Prophets: Mortal to divine (e.g., Moses, Rama).
228
- 4. Beings: Limbo states (e.g., cherubim, rakshasas).
229
- 5. Lessons: Faith, duty define transitions.
230
-
231
- ### 2.3. ๐ŸŒ  Ascension and Signs
232
- 1. Paths: Birth, deeds, revelation (e.g., Jesus, Arjuna).
233
- 2. Signs: Miracles, prophecies (e.g., Quran, Gita).
234
- 3. Morals: Obedience, devotion shape destiny.
235
-
236
- ## 3. ๐ŸŽฒ Storytelling and Games
237
- 1. Portrayal: Gods, spirits, saints in narratives or RPGs.
238
- 2. Dynamics: Clerics, imams, sadhus serve higher powers.
239
- 3. Balance: Power vs. personality for depth.
240
-
241
- ### 3.1. ๐ŸŽฎ Dungeon Mastering Beings
242
- 1. Gods: Epic scope (e.g., Allah, Vishnu).
243
- 2. Spirits: Local influence (e.g., jinn, apsaras).
244
- 3. Saints: Moral anchors (e.g., St. Francis, Ali).
245
-
246
- ### 3.2. ๐Ÿ™ Devotee Relationships
247
- 1. Clerics: Serve gods (e.g., Krishnaโ€™s priests).
248
- 2. Mediums: Channel spirits (e.g., jinn whisperers).
249
- 3. Faithful: Venerate saints/prophets (e.g., Fatimaโ€™s followers).
250
-
251
- ## 4. ๐ŸŒ Traditions and Legends
252
- *(Top three figuresโ€”gods, spirits, saints, beingsโ€”with relationships and morals)*
253
- 1. **American Indian** ๐Ÿฆ…
254
- 1. Coyote, Raven, White Buffalo Woman: Trickster kin and wise mother.
255
- 2. Relation: Siblings and guide teach balance.
256
- 3. Lesson: Chaos breeds wisdom.
257
- 2. **Arthurian** โš”๏ธ
258
- 1. Merlin, Morgan le Fay, Arthur: Mentor, rival, son.
259
- 2. Relation: Family tests loyalty.
260
- 3. Lesson: Honor vs. betrayal.
261
- 3. **Babylonian** ๐Ÿ›๏ธ
262
- 1. Marduk, Tiamat, Ishtar: Son, mother, lover.
263
- 2. Relation: Kinship drives order.
264
- 3. Lesson: Power reshapes chaos.
265
- 4. **Christian: Trinity** โœ๏ธ
266
- 1. God (Yahweh), Jesus, Holy Spirit: Father, Son, Spirit.
267
- 2. Relation: Divine family redeems.
268
- 3. Lesson: Faith restores grace.
269
- 5. **Christian: Saints & Angels** ๐Ÿ˜‡
270
- 1. St. Michael, Gabriel, Mary: Warrior, messenger, mother.
271
- 2. Relation: Heavenly kin serve God.
272
- 3. Lesson: Duty upholds divine will.
273
- 6. **Celtic** ๐Ÿ€
274
- 1. Lugh, Morrigan, Cernunnos: Son, mother, father.
275
- 2. Relation: Family governs cycles.
276
- 3. Lesson: Courage in fate.
277
- 7. **Central American** ๐ŸŒ„
278
- 1. Quetzalcoatl, Tezcatlipoca, Huitzilopochtli: Brothers and war son.
279
- 2. Relation: Sibling rivalry creates.
280
- 3. Lesson: Sacrifice builds worlds.
281
- 8. **Chinese** ๐Ÿ‰
282
- 1. Jade Emperor, Nuwa, Sun Wukong: Father, mother, rebel son.
283
- 2. Relation: Family enforces harmony.
284
- 3. Lesson: Duty curbs chaos.
285
- 9. **Cthulhu** ๐Ÿ™
286
- 1. Cthulhu, Nyarlathotep, Yog-Sothoth: Elder kin.
287
- 2. Relation: Cosmic trio overwhelms.
288
- 3. Lesson: Insignificance humbles.
289
- 10. **Egyptian** โ˜ฅ
290
- 1. Ra, Osiris, Isis: Father, son, mother.
291
- 2. Relation: Family ensures renewal.
292
- 3. Lesson: Justice prevails.
293
- 11. **Finnish** โ„๏ธ
294
- 1. Vรคinรคmรถinen, Louhi, Ukko: Son, mother, father.
295
- 2. Relation: Kinship tests wisdom.
296
- 3. Lesson: Perseverance wins.
297
- 12. **Greek** ๐Ÿ›๏ธ
298
- 1. Zeus, Hera, Athena: Father, mother, daughter.
299
- 2. Relation: Family rules with tension.
300
- 3. Lesson: Hubris meets wisdom.
301
- 13. **Hindu: Trimurti** ๐Ÿ•‰๏ธ
302
- 1. Brahma, Vishnu, Shiva: Creator, preserver, destroyer.
303
- 2. Relation: Divine trio cycles existence.
304
- 3. Lesson: Balance sustains life.
305
- 14. **Hindu: Avatars & Devis** ๐ŸŒบ
306
- 1. Krishna, Rama, Durga: Sons and fierce mother.
307
- 2. Relation: Avatars and goddess protect dharma.
308
- 3. Lesson: Duty defeats evil.
309
- 15. **Japanese** ๐ŸŒธ
310
- 1. Amaterasu, Susanoo, Tsukuyomi: Sister, brothers.
311
- 2. Relation: Siblings balance cosmos.
312
- 3. Lesson: Harmony vs. chaos.
313
- 16. **Melnibonean** ๐Ÿ—ก๏ธ
314
- 1. Arioch, Xiombarg, Elric: Lords and mortal son.
315
- 2. Relation: Pact binds chaos.
316
- 3. Lesson: Power corrupts.
317
- 17. **Muslim: Divine & Messengers** โ˜ช๏ธ
318
- 1. Allah, Muhammad, Gabriel: God, prophet, angel.
319
- 2. Relation: Messenger reveals divine will.
320
- 3. Lesson: Submission brings peace.
321
- 18. **Muslim: Spirits & Kin** ๐Ÿ‘ป
322
- 1. Jinn, Iblis, Khidr: Spirits and guide defy or aid.
323
- 2. Relation: Supernatural kin test faith.
324
- 3. Lesson: Obedience vs. rebellion.
325
- 19. **Nehwon** ๐Ÿฐ
326
- 1. Death, Ningauble, Sheelba: Fateful trio.
327
- 2. Relation: Guides shape destiny.
328
- 3. Lesson: Cunning defies fate.
329
- 20. **Nonhumansโ€™** ๐Ÿง
330
- 1. Corellon, Moradin, Gruumsh: Elf, dwarf, orc fathers.
331
- 2. Relation: Rivals define purpose.
332
- 3. Lesson: Community endures.
333
- 21. **Norse** แšฑ
334
- 1. Odin, Frigg, Loki: Father, mother, trickster son.
335
- 2. Relation: Family faces doom.
336
- 3. Lesson: Sacrifice costs.
337
- 22. **Sumerian** ๐Ÿ—ฟ
338
- 1. Enki, Inanna, Anu: Son, daughter, father.
339
- 2. Relation: Kin wield knowledge.
340
- 3. Lesson: Ambition shapes.
341
-
342
- ## 5. ๐Ÿ“š Appendices
343
- 1. Planes: Realms of gods, spirits, saints (e.g., Paradise, Svarga).
344
- 2. Symbols: Rituals and artifacts of faith.
345
- 3. Charts: Domains and duties for devotees.
346
-
347
- ### 5.1. ๐ŸŒŒ Planes of Existence
348
- 1. Heaven/Paradise: Christian/Muslim abode.
349
- 2. Svarga: Hindu divine realm.
350
- 3. Underworld: Spirits linger (e.g., Sheol, Naraka).
351
-
352
- ### 5.2. ๐Ÿ• Temple Trappings
353
- 1. Cross/Crescent: Christian/Muslim faith.
354
- 2. Mandalas: Hindu devotion.
355
- 3. Relics: Saintsโ€™ and prophetsโ€™ legacy.
356
-
357
- ### 5.3. ๐Ÿ“Š Clerical Chart
358
- 1. Gods: Domains (e.g., creation, mercy).
359
- 2. Spirits: Influence (e.g., guidance, mischief).
360
- 3. Saints/Prophets: Virtues (e.g., justice, prophecy).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
361
  """
362
 
363
  create_pdf_tab(default_markdown)
 
202
 
203
  st.download_button(label="Save Markdown", data=st.session_state.markdown_content, file_name="deities_guide.md", mime="text/markdown")
204
 
205
+ default_markdown = """# Deities Guide: Mythology and Moral Lessons ๐ŸŒŸ
206
+
207
+ 1. ๐Ÿ“œ Introduction
208
+ - Purpose: Explore deities, spirits, saints, and beings with their stories and morals.
209
+ - Usage: Guide for learning and storytelling across traditions.
210
+ - Themes: Justice, faith, hubris, redemption, cosmic order.
211
+
212
+ 2. ๐Ÿ› ๏ธ Core Concepts of Divinity
213
+ - Powers: Creation, omniscience, shapeshifting across entities.
214
+ - Life Cycle: Mortality, immortality, transitions such as saints and avatars.
215
+ - Communication: Omens, visions, miracles from gods and spirits.
216
+
217
+ 3. โšก Standard Abilities
218
+ - Creation: Gods and spirits shape worlds, such as Allah and Vishnu.
219
+ - Influence: Saints and prophets intercede, for example, Muhammad and Paul.
220
+ - Transformation: Angels and avatars shift forms, like Gabriel and Krishna.
221
+ - Knowledge: Foresight or revelation, as seen with the Holy Spirit and Brahma.
222
+ - Judgment: Divine authority, exemplified by Yahweh and Yama.
223
+
224
+ 4. โณ Mortality and Immortality
225
+ - Gods: Eternal, such as Allah and Shiva.
226
+ - Spirits: Realm-bound, like jinn and devas.
227
+ - Saints/Prophets: Mortal to divine, for instance, Moses and Rama.
228
+ - Beings: Limbo states, such as cherubim and rakshasas.
229
+ - Lessons: Faith and duty define transitions.
230
+
231
+ 5. ๐ŸŒ  Ascension and Signs
232
+ - Paths: Birth, deeds, revelation, as with Jesus and Arjuna.
233
+ - Signs: Miracles and prophecies, like those in the Quran and Gita.
234
+ - Morals: Obedience and devotion shape destiny.
235
+
236
+ 6. ๐ŸŽฒ Storytelling and Games
237
+ - Portrayal: Gods, spirits, and saints in narratives or RPGs.
238
+ - Dynamics: Clerics, imams, and sadhus serve higher powers.
239
+ - Balance: Power versus personality for depth.
240
+
241
+ 7. ๐ŸŽฎ Dungeon Mastering Beings
242
+ - Gods: Epic scope, such as Allah and Vishnu.
243
+ - Spirits: Local influence, like jinn and apsaras.
244
+ - Saints: Moral anchors, for example, St. Francis and Ali.
245
+
246
+ 8. ๐Ÿ™ Devotee Relationships
247
+ - Clerics: Serve gods, such as Krishnaโ€™s priests.
248
+ - Mediums: Channel spirits, like jinn whisperers.
249
+ - Faithful: Venerate saints and prophets, for instance, Fatimaโ€™s followers.
250
+
251
+ 9. ๐Ÿฆ… American Indian Traditions
252
+ - Coyote, Raven, White Buffalo Woman: Trickster kin and wise mother.
253
+ - Relation: Siblings and guide teach balance.
254
+ - Lesson: Chaos breeds wisdom.
255
+
256
+ 10. โš”๏ธ Arthurian Legends
257
+ - Merlin, Morgan le Fay, Arthur: Mentor, rival, son.
258
+ - Relation: Family tests loyalty.
259
+ - Lesson: Honor versus betrayal.
260
+
261
+ 11. ๐Ÿ›๏ธ Babylonian Mythology
262
+ - Marduk, Tiamat, Ishtar: Son, mother, lover.
263
+ - Relation: Kinship drives order.
264
+ - Lesson: Power reshapes chaos.
265
+
266
+ 12. โœ๏ธ Christian Trinity
267
+ - God (Yahweh), Jesus, Holy Spirit: Father, Son, Spirit.
268
+ - Relation: Divine family redeems.
269
+ - Lesson: Faith restores grace.
270
+
271
+ 13. ๐Ÿ˜‡ Christian Saints & Angels
272
+ - St. Michael, Gabriel, Mary: Warrior, messenger, mother.
273
+ - Relation: Heavenly kin serve God.
274
+ - Lesson: Duty upholds divine will.
275
+
276
+ 14. ๐Ÿ€ Celtic Mythology
277
+ - Lugh, Morrigan, Cernunnos: Son, mother, father.
278
+ - Relation: Family governs cycles.
279
+ - Lesson: Courage in fate.
280
+
281
+ 15. ๐ŸŒ„ Central American Traditions
282
+ - Quetzalcoatl, Tezcatlipoca, Huitzilopochtli: Brothers and war son.
283
+ - Relation: Sibling rivalry creates.
284
+ - Lesson: Sacrifice builds worlds.
285
+
286
+ 16. ๐Ÿ‰ Chinese Mythology
287
+ - Jade Emperor, Nuwa, Sun Wukong: Father, mother, rebel son.
288
+ - Relation: Family enforces harmony.
289
+ - Lesson: Duty curbs chaos.
290
+
291
+ 17. ๐Ÿ™ Cthulhu Mythos
292
+ - Cthulhu, Nyarlathotep, Yog-Sothoth: Elder kin.
293
+ - Relation: Cosmic trio overwhelms.
294
+ - Lesson: Insignificance humbles.
295
+
296
+ 18. โ˜ฅ Egyptian Mythology
297
+ - Ra, Osiris, Isis: Father, son, mother.
298
+ - Relation: Family ensures renewal.
299
+ - Lesson: Justice prevails.
300
+
301
+ 19. โ„๏ธ Finnish Mythology
302
+ - Vรคinรคmรถinen, Louhi, Ukko: Son, mother, father.
303
+ - Relation: Kinship tests wisdom.
304
+ - Lesson: Perseverance wins.
305
+
306
+ 20. ๐Ÿ›๏ธ Greek Mythology
307
+ - Zeus, Hera, Athena: Father, mother, daughter.
308
+ - Relation: Family rules with tension.
309
+ - Lesson: Hubris meets wisdom.
310
+
311
+ 21. ๐Ÿ•‰๏ธ Hindu Trimurti
312
+ - Brahma, Vishnu, Shiva: Creator, preserver, destroyer.
313
+ - Relation: Divine trio cycles existence.
314
+ - Lesson: Balance sustains life.
315
+
316
+ 22. ๐ŸŒบ Hindu Avatars & Devis
317
+ - Krishna, Rama, Durga: Sons and fierce mother.
318
+ - Relation: Avatars and goddess protect dharma.
319
+ - Lesson: Duty defeats evil.
320
+
321
+ 23. ๐ŸŒธ Japanese Mythology
322
+ - Amaterasu, Susanoo, Tsukuyomi: Sister, brothers.
323
+ - Relation: Siblings balance cosmos.
324
+ - Lesson: Harmony versus chaos.
325
+
326
+ 24. ๐Ÿ—ก๏ธ Melnibonean Legends
327
+ - Arioch, Xiombarg, Elric: Lords and mortal son.
328
+ - Relation: Pact binds chaos.
329
+ - Lesson: Power corrupts.
330
+
331
+ 25. โ˜ช๏ธ Muslim Divine & Messengers
332
+ - Allah, Muhammad, Gabriel: God, prophet, angel.
333
+ - Relation: Messenger reveals divine will.
334
+ - Lesson: Submission brings peace.
335
+
336
+ 26. ๐Ÿ‘ป Muslim Spirits & Kin
337
+ - Jinn, Iblis, Khidr: Spirits and guide defy or aid.
338
+ - Relation: Supernatural kin test faith.
339
+ - Lesson: Obedience versus rebellion.
340
+
341
+ 27. ๐Ÿฐ Nehwon Legends
342
+ - Death, Ningauble, Sheelba: Fateful trio.
343
+ - Relation: Guides shape destiny.
344
+ - Lesson: Cunning defies fate.
345
+
346
+ 28. ๐Ÿง Nonhuman Traditions
347
+ - Corellon, Moradin, Gruumsh: Elf, dwarf, orc fathers.
348
+ - Relation: Rivals define purpose.
349
+ - Lesson: Community endures.
350
+
351
+ 29. แšฑ Norse Mythology
352
+ - Odin, Frigg, Loki: Father, mother, trickster son.
353
+ - Relation: Family faces doom.
354
+ - Lesson: Sacrifice costs.
355
+
356
+ 30. ๐Ÿ—ฟ Sumerian Mythology
357
+ - Enki, Inanna, Anu: Son, daughter, father.
358
+ - Relation: Kin wield knowledge.
359
+ - Lesson: Ambition shapes.
360
+
361
+ 31. ๐Ÿ“š Appendices
362
+ - Planes: Realms of gods, spirits, saints, such as Paradise and Svarga.
363
+ - Symbols: Rituals and artifacts of faith.
364
+ - Charts: Domains and duties for devotees.
365
+
366
+ 32. ๐ŸŒŒ Planes of Existence
367
+ - Heaven/Paradise: Christian/Muslim abode.
368
+ - Svarga: Hindu divine realm.
369
+ - Underworld: Spirits linger, for example, Sheol and Naraka.
370
+
371
+ 33. ๐Ÿ• Temple Trappings
372
+ - Cross/Crescent: Christian/Muslim faith.
373
+ - Mandalas: Hindu devotion.
374
+ - Relics: Saintsโ€™ and prophetsโ€™ legacy.
375
+
376
+ 34. ๐Ÿ“Š Clerical Chart
377
+ - Gods: Domains, such as creation and mercy.
378
+ - Spirits: Influence, like guidance and mischief.
379
+ - Saints/Prophets: Virtues, for instance, justice and prophecy.
380
  """
381
 
382
  create_pdf_tab(default_markdown)