Releases: kmoragap/verbform
Releases · kmoragap/verbform
Release Notes: ✨ Enhanced Flashcard Features
🚀 What's New:
-
Adverb and Adjective Support 🌟
- Flashcards now include adverbs and adjectives for a richer learning experience.
-
Reversed Cards 🔄
- Use the
--reverse
flag to automatically create reversed cards for nouns and verbs, flipping front and back for better recall.
- Use the
-
Cloze Cards ✂️
- Use the
--cloze
flag to generate cloze cards for verbs, including:- 3rd person Präsens
- 3rd person Präteritum
- Past Partizip
- Use the
💡 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!
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:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Commit your changes and push to your fork.
- 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!