Local Flask app for creating flashcards, taking notes, and practicing with spaced repetition.
461
BrainGains is a local flashcard application designed to help you take notes and create flashcards during online courses, especially when learning to code. It automates the use of the Leitner system. This is a system that suggests using flashcards to quiz yourself, spacing out those questions over time if you continue to answer them correctly.
Create and manage flashcards for different topics and sections. Practice recall with spaced repetition using the Leitner system. Supports markdown for rich text formatting and code snippets. Easy-to-use web interface built with Flask.
Download and Install Docker Desktop
flashcards.db there if you have one.docker run -p 5000:5000 -v .:/app/db -e DATABASE_PATH=/app/db/flashcards.db codesxcodes/braingains:latest
5 correct answers for a question in a row and it won't be asked. Incorrect and that count resets.
flashcards.db file is found, the application will create one or prompt you to have it create one.For more details, or to run locally with Python/Flask, visit the GitHub repository.
Content type
Image
Digest
sha256:61e9d9b1b…
Size
48.3 MB
Last updated
over 1 year ago
docker pull codesxcodes/braingains