LangCard

LangCards is a command-line tool for generating flashcards from a list of words and translations.

Table of Contents

Usage

  1. Install the required dependencies:
  pip install -r requirements.txt
  1. Run the script with the desired command-line arguments:
  python flashcard_generator.py input_files/words.csv --output_file flashcards.pdf --font_size 12

Command-Line Interface

The command-line interface supports the following arguments:

Example:

python flashcard_generator.py input_files/test.csv --output_file flashcards.pdf --font_size 12

Contributing

Contributions are welcome! If you’d like to contribute to the project, please follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the MIT License.