Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/saifmasoud/img-to-anki
- Owner: SaifMasoud
- License: mit
- Created: 2020-06-15T06:05:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:08:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T16:13:17.644Z (over 1 year ago)
- Topics: anki, anki-apkg-export, apkg, college, flashcards, medical-school
- Language: JavaScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.