Generate neat, clean flashcards in markdown table format from a topic title or reference file. Use when you need to create study materials, review cards, or learning aids for any subject.
Generate clean, well-organized flashcards for studying and learning.
Always generate flashcards in this clean markdown table format:
# Flashcards: [Topic Name]
| # | Front (Question) | Back (Answer) |
|---|------------------|---------------|
| 1 | Question here... | Answer here... |
| 2 | Question here... | Answer here... |
flashcards-[topic-name].md in the current directoryflashcards-python-basics.md)User Request: Generate flashcards on photosynthesis
Output: flashcards-photosynthesis.md
# Flashcards: Photosynthesis
| # | Front (Question) | Back (Answer) |
|---|------------------|---------------|
| 1 | What is photosynthesis? | The process by which plants convert light energy into chemical energy (glucose) using carbon dioxide and water |
| 2 | What is the chemical equation for photosynthesis? | 6CO2 + 6H2O + light energy → C6H12O6 + 6O2 |
| 3 | Where does photosynthesis occur in plant cells? | In the chloroplasts |
| 4 | What pigment captures light energy? | Chlorophyll |
| 5 | What are the two main stages of photosynthesis? | Light-dependent reactions and the Calvin cycle (light-independent reactions) |
User Request: Generate flashcards from notes.txt
Process:
flashcards-notes.md