Skip to content

grantcox/b4u-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

B4U reader for Python

This library parses .b4u files, which are the native format of Before You Know It, a great flashcard application.

Many B4U files can be downloaded from http://www.byki.com/listcentral.html.

Usage

import read
d = read.Deck('verbos.b4u')
d.html('output')

will read the file verbos.b4u and create a HTML representation, with separate .OGG and .JPEG files as needed, in the folder output

About

Read .b4u file format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages