An open API service indexing awesome lists of open source software.

https://github.com/mariinkys/delphinus_flashcards

This software allows you to easily generate Japanese or Chinese vocabulary flashcards that can be imported into Quizlet, StudySmarter(Vaia) or Anki
https://github.com/mariinkys/delphinus_flashcards

anki anki-flashcards automation chinese-language flashcard-generator flashcards japanese-language leptos quizlet rust rust-lang

Last synced: 5 months ago
JSON representation

This software allows you to easily generate Japanese or Chinese vocabulary flashcards that can be imported into Quizlet, StudySmarter(Vaia) or Anki

Awesome Lists containing this project

README

          

Delphinus Flashcards




This project contains a small web application written in Rust with the Leptos framework, it can generate flashcards compatible with Quizlet, Studysmarter(Vaia) and Anki for both Chinese and Japanese.

## Warning

The flashcards generated by this software may contain errors, revision of the flashcards is advised. As with any software, use it with care and at your own risk.

## How to Use?

This software is now self-hostable with the image provided: [DockerHub Image](https://hub.docker.com/r/mariinkys/delphinus_flashcards)

[See the FAQ](https://delphinus.mariinkys.dev/faq)

## Development Notes

Remember the env variables needed for the server binary:
```
export LEPTOS_OUTPUT_NAME="leptos_start"
export LEPTOS_SITE_ROOT="site" #necessary
export LEPTOS_SITE_PKG_DIR="pkg"
export LEPTOS_SITE_ADDR="127.0.0.1:3000"
export LEPTOS_RELOAD_PORT="3001"
```

## Thanks

You can also help do this and more projects, [Buy me a coffee](https://www.buymeacoffee.com/mariinkys)

## Acknowledgements

This site uses the JMdict/EDICT
and KANJIDIC dictionary files.
These files are the property of the Electronic Dictionary Research and Development Group
, and are used in conformance with the Group's licence.

This site uses the CC-CEDICT dictionary files and are used in conformance with its license.