Where imagination meets the cosmos.
Generate endless space-inspired challenges, projects, stories, and creative prompts with a single click. Curiosity Engine combines random activities, inspirations, and constraints to create unique ideas that spark creativity and exploration.
Curiosity Engine is a lightweight Python project designed to generate unique space-themed ideas by intelligently combining:
- 🚀 Activities
- 🌌 Inspiration Sources
- 🎯 Creative Constraints
Whether you're a student, writer, educator, maker, or space enthusiast, Curiosity Engine helps transform a blank page into an exciting starting point.
Build a model rocket and launch it,
inspired by Netflix,
using only recycled materials.
Another run might generate:
Design a Mars colony,
inspired by ancient civilizations,
using only paper and cardboard.
Every generation is different.
Generate countless unique prompts through randomized combinations.
All ideas are inspired by astronomy, space exploration, science fiction, and futuristic thinking.
One click. One idea. Unlimited possibilities.
Simple structure that demonstrates core Python concepts in a practical project.
Perfect for:
- Story writers
- Science enthusiasts
- Students
- Makers
- Educators
- Hackathon brainstorming
| Technology | Purpose |
|---|---|
| Python | Core application logic |
| Random Module | Prompt generation engine |
| Figma | UI interface |
Curiosity-Engine/
│
├── space_idea_generator.py
└──README.md
Clone the repository:
git clone https://github.com/MoonLawlier/Curiosity-Engine.gitMove into the project directory:
cd Curiosity-EngineRun the application:
python space_idea_generator.pyThis project showcases several Python fundamentals:
- Lists
- Variables
- String Formatting
- Randomization
- Modular Thinking
- Creative Problem Solving
Curiosity Engine was created to explore how a few simple programming concepts can be combined to create something genuinely engaging and useful.
Instead of another calculator or number guessing game, this project demonstrates how code can be used to encourage imagination, creativity, and curiosity.
- User-defined categories
- Story generation mode
- Astronomy challenge mode
- Streamlit web application
- Prompt export functionality
- Difficulty levels
- AI-powered idea expansion
Contributions, ideas, and improvements are always welcome.
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a Pull Request
If you found this project interesting, consider giving it a star.
It helps others discover the project and motivates future improvements.