No project description provided
Project description
AnkiGenGPT
This Python CLI tool leverages the power of OpenAI's GPT-3 or GPT-4 model to convert your text into flashcards for use in Anki, an open-source spaced repetition software.
Install
pip3 -U install ankigengpt
or via pipx
pipx install ankigengpt
Configuration
An openai api token is needed, it can be used with --openai-token
or via the environment variable OPENAI_TOKEN
.
Epub
Scans an epub for text and asks chatgpt for anki cards.
ankigengpt epub --path ~/Downloads/my-ebook.epub
Kindle Highlights
Uses the highlights to create anki cards.
The kindle highlights are needed in the
APA
format.
ankigengpt kindle-highlights --path ~/Downloads/Notebook.html
Plain text
Use a plain text file like markdown or txt
ankigengpt plain --debug --path ~/Downloads/book.md
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file ankigengpt-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ankigengpt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c951f711ae6b9bd76451c74d5da49a606d60718fa4d6f84c9c7d273b27df6d8f |
|
MD5 | 5042c3fa3d5607422a06e5e9850c6d93 |
|
BLAKE2b-256 | d4612f4cb2e9de2c3f1d960c3b84e9e8622b2c2a3d212ffd8fa66935412e6097 |