Skip to content

bertob/FlashCards

 
 

Repository files navigation

Memorado app icon
Memorado

Memorize anything

List of decks Edit cards in a deck Practice with cards

Learn using spaced repetition. Create cards with a question and answer, and practice with them.

Database layout

  • cards
    • deck_id (TEXT)
    • front (TEXT)
    • back (TEXT)
  • decks
    • deck_id (TEXT)
    • name (TEXT)
    • icon (TEXT)

deck_id: uuid created on initialisation

Code of conduct

Memorado follows the GNOME project Code of Conduct. All communications in project spaces, such as the issue tracker are expected to follow it.

About

Memorize anything

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.1%
  • Meson 15.5%
  • CSS 2.4%