Giter Club home page Giter Club logo

mnemosyne's Introduction

Mnemosyne

A simple Python spaced-repetition flashcard app for easily memorizing, learning, or studying anything you like.

Dependencies

This app relies on the PyQt6==6.4.0. If you are missing this library, it can be installed via pip:

pip install PyQt6

How to use

To open the application, simply run the following in the terminal:

python main.py

Decks

Decks are stored in decks/ as JSON files. For example, the JSON file for an Italian vocabulary deck looks like this:

{
    "srs_method": "Fibonacci",
    "flashcards": [
        {
            "front": "salve",
            "back": "hello (formal)",
            "last_review": "2023-01-04 21:32:26.923312",
            "mem_level": 0
        },
        
        ...
        
    ]
}

Further example decks can be found in example_decks/.

Spaced repetition

When creating a deck, you will be prompted to choose a spaced repetition method. As more methods are added, this section will be updated with their respective details.

  • Fibonacci: expanding intervals between repetitions of flashcard items corresponding to the number of days since the last review according to the Fibonacci sequence
    • The second repetition occurs 1 day after the first, the third one 1 day after the second, the fourth 2 days after the third, the fifth 3 days after the fourth, the sixth 5 days after the fifth, and so on.

mnemosyne's People

Contributors

miateixeira avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.