mandyle08 / study-buddy

A Markdown to Flashcard generator for studying.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Study Buddy

What is it?

Study Buddy is a study tool which parses your markdown files and generates flashcards for you. It supports cards with titles, subtitles, subsubtitles, subsubsubtitles, bulleted points, numbered points, and plaintext.

Currently, it does not support images (and I have no plans to add image support as iamges really don't belong on flashcards).

How to install?

  1. $ git clone https://github.com/HousedHorse/study-buddy
  2. $ cd study-buddy
  3. $ sudo make install

How to use it?

Once you have installed, just run $ study-budy <file.md>.

Optional parameters exist to set the number of spaces per indent in your original markdown file (default 4) and to set a location and name for the output file (default flashcards.pdf).

Your markdown file should look like the following:

# A Card

## First Subtitle

- here's a bullet
    - here's another bullet
        - and a third bullet

## A Second Subtitle

- this application is pretty cool
- well, it's more of a script
- oh well, it's cool anyway

# Another Card

1. Write a numbered point
1) Use another way of writing a numbered point
7. ???
(7) Profit

# Many Titles

## Sub

Here is some plaintext

### Subsub

#### Subsubsub

## Another Sub

About

A Markdown to Flashcard generator for studying.

License:MIT License


Languages

Language:Python 97.6%Language:Makefile 2.1%Language:Shell 0.4%