Flashcardify-AI is a Python project that uses the OpenAI API and the Genanki library to generate customizable Anki Flashcards.
To use Flashcardify-AI, you will need:
- Python 3
- OpenAI API Key
- Genanki
- Valid OpenAI Key
- Clone this repository to your computer.
- Install the dependencies with pip install -r requirements.txt.
- Replace the API_KEY variable at the beginning of openai_helper.py with your own OpenAI API key.
- Run the script with 'python main.py'.
- The generated file will be saved in the root of the project with the name 'output.apkg'
- You can customize the flashcard content and type.
- You can change the name of the deck.
- You can modify the quantity of words or phrases you want to generate.
Contributions and suggestions are welcome! Feel free to send a pull request or open an issue if you encounter any problems.