Leitner Box

Leitner Box with python that you can add several boxes. The software makes studying easy.Database is sqlite3.

Installation

sudo apt install python3-venv python3-pip
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r req.txt
python3 main.py