Skip to content

HTsuyoshi/flashcards-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flashcards-cli

A simple script that reads a .csv file and presents flashcards inside the terminal.

Sample

There are a few ways to run it:

Run (Docker)

Create the flashcard image:

make build

Run the flashcard image:

make start

Erasing the image:

make clean

Run (host)

Requirements

  • argparse
  • pandas
  • wcwidth
  • re
  • colorama

Install the Decks with the flashcards

To run the program:

python3 flascards.py

TODO

  • Refactor the code
  • Split types of algotihms (Sets and SM2+) in other classes
  • Implement SM2+

About

CLI program to learn some subject, other language, or what fit your needs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published