Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matusstafura/apkg2csv

Converts anki apkg file to csv
https://github.com/matusstafura/apkg2csv

anki apkg csv-export python3

Last synced: 1 day ago
JSON representation

Converts anki apkg file to csv

Awesome Lists containing this project

README

        

# Apkg to Csv

Converts .apkg Anki deck SRS file to .csv

## Requirements

- Python 3

## Installation

## Usage

- export Deck in Anki (for older versions, click Support older Anki versions)
- copy .apkg file to project's root and run

```python
python src/run.py {filename}.apkg
```

it will output {filename}.apkg.csv

## Tests

```python
python -m unittest tests.TestFile
```

## Contributions

Contributions are welcome and will be fully credited.

## License

This project is open-sourced software licensed under the MIT license.