•
A curses dictionary look-up tool with Anki integration.
cd Downloads\anki-dodawacz-main
)pip install --no-deps -r requirements.txt windows-curses
python ankidodawacz.py
python
prefix!You can also create a shortcut and run the program this way, however in case of an unexpected error the program will crash immediately.
Most GNU/Linux distributions come with Python preinstalled.
/usr/local/bin
directory:
curl -sL https://github.com/gryzus24/anki-dodawacz/archive/refs/heads/main.tar.gz | tar xfz -
cd anki-dodawacz-main
pip install --no-deps -r requirements.txt -t lib
sudo make install
All the configuration and history files are saved into ~/.local/share/ankidodawacz
on Linux and equivalent %USER%\Appdata\Local\Ankidodawacz
on Windows.
The program has a quick Anki configuration wizard and a built-in configuration menu. No need to edit config files by hand.
a
)The program will try to guess where to put certain elements based on the names of the fields in your note.
Names it definitely understands are:
The Anki configuration wizard adds a custom note that can serve as a base for your own customization.
The note in a copy-pastable form: https://pastebin.com/9ZfWMpNu
This is my first programming project, suggestions and contributions are welcome!