Skip to content

Simple tool to convert a text in form of QA to an Anki Deck

Notifications You must be signed in to change notification settings

Jei-sKappa/anki_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anki Generator

Simple tool to convert a text in form of QA to an Anki Deck

Usage

Create questions

Create a file in format like:

# Chapter I: Basic Usage
## Question I:
Other Context
More Context
---
Answer I
Some more explanation...
More and more...
## Question II
---
Answer
# Chapter II: Some other way to use this tool
## Choose:
Choose 2
A
B
C
D
---
B
C
## Question: What is the capital city of France?
A) London
B) Paris
C) Rome
D) Madrid
---
Madrid

Run

Run like python3 gen.py your_file.extension "Deck Name"

Example

To run the example just run python3 gen.py example_convert.md "Example Anki Generator"

About

Simple tool to convert a text in form of QA to an Anki Deck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages