Skip to content

Releases: kmoragap/verbform

Release Notes: ✨ Enhanced Flashcard Features

04 Jan 15:40
be254bd
Compare
Choose a tag to compare

🚀 What's New:

  1. Adverb and Adjective Support 🌟

    • Flashcards now include adverbs and adjectives for a richer learning experience.
  2. Reversed Cards 🔄

    • Use the --reverse flag to automatically create reversed cards for nouns and verbs, flipping front and back for better recall.
  3. Cloze Cards ✂️

    • Use the --cloze flag to generate cloze cards for verbs, including:
      • 3rd person Präsens
      • 3rd person Präteritum
      • Past Partizip

💡 Usage Examples:

  • Generate reversed cards: your-command --reverse
  • Generate cloze cards: your-command --cloze
  • Combine both: your-command --reverse --cloze

🙌 Special Thanks:

A big shoutout to @srinath99 for adding these fantastic features! 🎉

Let us know how these updates improve your learning workflow. 🚀

VerbForm now supports nouns!

04 Dec 13:48
Compare
Choose a tag to compare

What's New in This Release

  • Noun Support: Use the --noun flag to easily add nouns to your Anki deck.

Adding Nouns

To add a noun to your Anki deck, use the --noun flag:

python3.12 main.py --noun <noun>

Example:

python3.12 main.py --noun Buch

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature-name
  3. Commit your changes and push to your fork.
  4. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

For issues or feature requests, please open an issue on the GitHub repository.


Happy studying with Verbform!