Skip to content

A script for fetching dict IELTS words and generate Anki card notes.

Notifications You must be signed in to change notification settings

serifold/IELTS-Anki-Cards-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IELTS-Dict-Cards-Metadata-Generator

Intro

It's a simple online dictionary words fetching project for generating IELTS anki cards. It contains two main script main.js for fetching html and html2notes.js for converting html to notes in anki.

All words in words.txt comes from the IELTS repo.

Sample

Front side

front

Back side

back

How to use

Simply import

If u just wanna use the note cards of IELTS words, follow the steps below:

  1. Find the release package in the right nav bar of this page and download it.
  2. Import the .apkg file inside that package to Anki.

Develop

  1. Install npm or pnpm.
  2. npm install or pnpm install to pull all dependencies.
  3. pnpm start to generate html files from Cam dict.
  4. Open ur Anki program.
  5. Install the Anki plugin AnkiConnect.
  6. pnpm note to convert html files to notes in your Anki.

Template

Check the HTML files under output directory once generation process completed.

Disclaimer

The dictionary data used in this project is sourced from a publicly available online dictionary. All data obtained has been used solely for non-profit personal or educational purposes and is intended for reference and learning purposes only. I do not claim ownership of the data nor do I guarantee its accuracy or completeness.

This project is not intended for commercial use, and I will not be held responsible for any infringement of commercial rights that may arise from the use of this data. Users of this project are solely responsible for their own use of the data and should ensure that they comply with all applicable laws and regulations.

Contact

If u have any questions, just open an issue of this repo or simply mail to my outlook. And... Don't forget to leave a star if u like it.

About

A script for fetching dict IELTS words and generate Anki card notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 90.8%
  • JavaScript 9.2%