flashcards icon indicating copy to clipboard operation
flashcards copied to clipboard

Simple flash card android app with csv files as input.

flashcards

Simple flash card android app with csv files as input.

The app is meant for stuff like learning vocabulary of different languages.

Get it on Google Play Get it on F-Droid

Or get the latest APK directly from the Github repo

CSV format

  • CSV file with ; (semicolon) as separator.
  • First line is the header (e.g. English;Chinese)
  • Other lines are used as content (e.g. Thanks;Xie Xie)
  • Content lines without semicolon are ignored (Can be used for comments)
  • At the moment only the first columns are used and later columns will be ignored. (e.g. Thanks;Xie Xie;谢谢)