All Projects → guiferviz → mnemocards

guiferviz / mnemocards

Licence: MIT license
In addition to helping you memorise, this code helps you do other things that I don't remember...

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to mnemocards

anki-mode
An Emacs major mode for creating anki cards
Stars: ✭ 47 (+38.24%)
Mutual labels:  flashcards, anki, memorization
ForgetMeNot
A flashcard app for Android.
Stars: ✭ 234 (+588.24%)
Mutual labels:  flashcards, anki, memorization
speed-focus-mode
Speed Focus Mode add-on for Anki
Stars: ✭ 19 (-44.12%)
Mutual labels:  flashcards, anki
AnkiSharp
Create anki decks and cards from your C# application
Stars: ✭ 39 (+14.71%)
Mutual labels:  flashcards, anki
2anki.net
Server to create Anki flashcards faster, easier and better today ⭐️
Stars: ✭ 190 (+458.82%)
Mutual labels:  flashcards, anki
files2flashcards
Keep your flashcards rooted in the context of your notes
Stars: ✭ 28 (-17.65%)
Mutual labels:  flashcards, anki
chinese-support-redux
Anki add-on providing support for Chinese study
Stars: ✭ 88 (+158.82%)
Mutual labels:  flashcards, anki
anki-add-hooks-userscripts
Automate Anki card creation from popular translation websites
Stars: ✭ 17 (-50%)
Mutual labels:  flashcards, anki
AnnA Anki neuronal Appendix
Using machine learning on your anki collection to enhance the scheduling via semantic clustering and semantic similarity
Stars: ✭ 39 (+14.71%)
Mutual labels:  flashcards, anki
ScienceNotebooks
Collection of tools and stylesheet for scientific writting and learning (through Anki)
Stars: ✭ 43 (+26.47%)
Mutual labels:  flashcards, anki
anki-md
A markdown to anki flash cards converter
Stars: ✭ 22 (-35.29%)
Mutual labels:  flashcards, anki
vocage
A minimalistic spaced-repetion vocabulary trainer (flashcards) for the terminal
Stars: ✭ 68 (+100%)
Mutual labels:  flashcards, anki
brain-brew
Automated Anki flashcard creation and extraction to/from Csv
Stars: ✭ 55 (+61.76%)
Mutual labels:  anki, anki-flashcards
inka
Command-line tool for adding flashcards from Markdown files to Anki
Stars: ✭ 30 (-11.76%)
Mutual labels:  anki, anki-flashcards
alfred-anki
Create New Cards into any decks with any "Note Type".
Stars: ✭ 42 (+23.53%)
Mutual labels:  anki, anki-flashcards
mpvacious
Adds mpv keybindings to create Anki cards from movies and TV shows.
Stars: ✭ 286 (+741.18%)
Mutual labels:  flashcards, anki
Anki Android
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Stars: ✭ 4,425 (+12914.71%)
Mutual labels:  flashcards, anki
Polar Bookshelf
Polar is a personal knowledge repository for PDF and web content supporting incremental reading and document annotation.
Stars: ✭ 4,411 (+12873.53%)
Mutual labels:  flashcards, anki
flashcards
FIT CTU · BI-SP1 · BI-SP2 · B172 · B181 – software team project
Stars: ✭ 35 (+2.94%)
Mutual labels:  flashcards
wallpaper-learn
Learn languages, facts, schoolwork, and more from your wallpaper by setting a cycling background with computer-generated images.
Stars: ✭ 22 (-35.29%)
Mutual labels:  flashcards

Mnemocards logo

Mnemocards CI pipeline status Mnemocards coverage status Mnemocards issues Mnemocards contributors Mnemocards total downloads Mnemocards downloads per month
In addition to helping you memorise, this code helps you do other things that I don't remember...


📚 Documentation: https://guiferviz.com/mnemocards

⌨️ Source Code: https://github.com/guiferviz/mnemocards


🤔 What is this?

Mnemocards is a Python package originally intended for creating Anki flashcards from text files. It allows users to define a series of steps to read flashcards from any source, transform them and export them to different formats such as Anki APKG packages. Mnemocards is designed to be fully extensible, which means that users can create their own tasks and customize the card generation process to their specific needs.

Reading flashcards from text files has several advantages over binary formats or manually creating cards in the Anki app. Text files are easily readable and editable by humans. This means that users can easily understand and modify the flashcard content using common text editors, and also can use version control systems like Git to track changes and collaborate with others.

🏷️ Features

  • Generates Anki APKG packages that you can later import into the Anki app.
  • Auto generate pronunciations from the words that you are learning.
  • Generates flashcards from text files that can be stored in Git repositories. This brings several positive things:
    • Keep track of changes.
    • Maintain different versions of flashcards using Git branches.
    • Easily share and collaborate with others. If you know how to work with Git you can create forks and pull requests to existing repositories.
  • Fully extensible architecture that allows you to define tasks that perform custom transformations on a list of notes.
    • Possibility to implement another way of exporting flashcards to other existing flashcards apps.
    • Possibility to create search indexes, analyze your collection of cards, create visualizations, clustering, analyze how the cards relate to each other...

🤓 How it works?

To get started with Mnemocards, you'll need to have Python >= 3.10 installed on your computer. Then, you can install Mnemocards using pip:

$ pip install mnemocards

You can check that the installation went well by executing the following command:

$ mnemocards --version
╔╦╗╔╗╔╔═╗╔╦╗╔═╗┌─┐┌─┐┬─┐┌┬┐┌─┐
║║║║║║║╣ ║║║║ ║│  ├─┤├┬┘ ││└─┐
╩ ╩╝╚╝╚═╝╩ ╩╚═╝└─┘┴ ┴┴└──┴┘└─┘ X.Y.Z
╭────────────────────────────────╮
│ <A super mega funny joke here> │
╰────────────────────────────────╯

If the joke made you laugh you can continue with this tutorial, otherwise this program is not for you and you should consider other alternatives.

Once you have Mnemocards installed, you can start creating your own flashcards. Let's start creating our own vocabulary file.

You can use the provided sample files as a starting point, or create your own. Mnemocards uses a configuration file to define the steps that will be used to process the flashcards. In this file, you can specify the tasks that you want to use, the order in which they will be executed, and any necessary parameters or settings.

Here's an example of a simple configuration file that reads in a CSV file containing flashcard data, and then generates an Anki APKG package:

steps:
  - type: ReadFile
    path: flashcards.csv
  - type: Anki
    deck:
      name: My Flashcards
      id: b45f6d48-d1ab-4d0e-80a9-08a2ab473a41
    note_type:
      type: BasicNoteType
  - type: Package

In this example, the first step reads in a CSV file called "flashcards.csv", the second step generates an Anki package with a deck named "My Flashcards" and a specific id, and the last step creates the APKG package.

You can run the configuration file using the mnemocards command:

Copy code mnemocards run my_config.yml This will execute the steps in the configuration file, and create the Anki APKG package.

You can also use the package to export your flashcards to other flashcard apps like Quizlet by adding a Quizlet task to the configuration file and providing the necessary credentials.

With Mnemocards, you can customize the flashcard generation process to suit your needs and easily collaborate with others. Give it a try and see how it can help you learn more efficiently!

TODO

🧪 Examples

Japanese Flashcards 🇯🇵 Thinks you will learn:
  • UnionPipeline task.
  • Audio generation.

DELETEME: Fast ideas

Mnemocards is a tool for processing your flashcards. Mnemocards first appeared with the objective of generating Anki APKG packages that you can later import into the Anki app. Mnemocards allow us to generate our cards from text files that we can store in repositories. Having text files in repos allow us to keep track of the changes, maintain different versions of our flashcards and easily collaborate with others (creating forks of existing projects or creating pull requests, for example). It is fully extensible, you can define tasks that perform transformations on a list of notes. You can also auto generate pronunciations from the words that you are learning. You may even export your flashcards to other existing flashcards apps. The possibilities are endless, you can create an index or somehow analyze your collection of cards, create visualizations, clustering, analyze how the cards relate to each other...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].