Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saifmasoud/img-to-anki

Converts Physical Flashcards/Image Files Into Anki Deck (.apkg File)
https://github.com/saifmasoud/img-to-anki

anki anki-apkg-export apkg college flashcards medical-school

Last synced: 8 days ago
JSON representation

Converts Physical Flashcards/Image Files Into Anki Deck (.apkg File)

Awesome Lists containing this project

README

        

# Img-To-Anki

Converts Physical flashcards (image files) into an Anki deck (.apkg File).

### Development Quick-Start

Clone the project

```
git clone https://github.com/madelesi/img-to-anki/
```

Install dependencies

```
npm install
```
Start a development server (automatically builds after every change)

```
npm start
```
Main/Entry files are src/index.html and src/index.js

## Contributing

Feel free to create a pull request & start coding.

## Authors

* **Saif Masoud**

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* [repeat-space for providing anki-apkg-export](https://github.com/repeat-space/anki-apkg-export)
* [Anki](https://github.com/ankitects/anki)
* Everyone Else Who Supported.