Skip to content

andrewimpellitteri/anki_tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anki TTS

Anki TTS is a command-line tool that converts an Anki deck into an audio file using text-to-speech (TTS) technology. This tool allows you to create audio versions of your Anki decks, which can be helpful for studying on-the-go or for auditory learners.

Prerequisites

Before using Anki TTS, make sure you have the following dependencies installed:

  • Python 3.x
  • gTTS library (Google Text-to-Speech)
  • pydub library (for audio manipulation)

You can install the required libraries using pip:

pip install gTTS pydub

Usage

python ankitts.py /path/to/your/anki/deck.apkg output.mp3

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • Anki for the amazing spaced repetition software
  • gTTS for the Google Text-to-Speech library
  • pydub for the audio manipulation library

About

Utility to convert Anki decks into audio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages