Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matusstafura/apkg2csv
- Owner: matusstafura
- License: mit
- Created: 2022-02-13T13:26:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:58:31.000Z (about 1 month ago)
- Last Synced: 2024-12-09T09:40:23.381Z (about 1 month ago)
- Topics: anki, apkg, csv-export, python3
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.