uwusnyslodziak / flashcards

flashcards in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flashcards

flashcards in your terminal

A python script to test your vocabulary skills!
image

usage

  1. put flashcards.py next to your list of words to learn
  2. install termcolor using pip3 install termcolor
  3. replace filename in line 2, with name of your file with list of words file = open('filename')
  4. run python3 flashcards.py
  5. script will give you definition and you need to give correct word
  6. to end script at any given moment just type end. it will give you also some statistics!

list of words

first line contains number of flashcards
next lines contain word and definition separated with @
circle @ round object
square @ object with 4 corners

todo

  • do todo

meta

uwusny slodziak - nesaku
distributed under no license. do whatever you want with it.
https://github.com/nesaku3000/
https://www.youtube.com/@nesaku3000/

About

flashcards in your terminal


Languages

Language:Python 100.0%