Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnemosyne-proj/mnemosyne

Mnemosyne: efficient learning with powerful digital flash-cards.
https://github.com/mnemosyne-proj/mnemosyne

education flashcard-application flashcards learning

Last synced: about 1 month ago
JSON representation

Mnemosyne: efficient learning with powerful digital flash-cards.

Awesome Lists containing this project

README

        

Instructions when installing from tarball downloaded from the Mnemosyne website:

Install the following dependencies if needed:
- Python (http://www.python.org) 3.10 or later
- PyQt6 (https://www.riverbankcomputing.com/software/pyqt/download) 6.0 or
later, including PyQt6-WebEngine
- Matplotlib (http://matplotlib.org)
- cheroot (https://pypi.python.org/pypi/Cheroot/) 5 or later
- Webob (http://webob.org) 1.4 or later
- Pillow (http://python-pillow.org)
- gTTS for Google text-to-speech (https://pypi.org/project/gTTS/)
- googletrans for Google translate support
(https://pypi.org/project/googletrans/) 3.0 or later
- argon2-cffi (https://pypi.org/project/argon2-cffi/)
- legacy-cgi (https://pypi.org/project/legacy-cgi/) when using Python 3.13 or later.
- For Latex support: the latex and dvipng commands must be available
(e.g. TeXLive)

These can be installed/upgraded using pip:

pip install --upgrade PyQt6 PyQt6-WebEngine matplotlib cheroot webob pillow googletrans gTTS argon2-cffi

Install Mnemosyne itself with 'sudo python setup.py install'.

(If Python2 is still the default on your system, use pip3 and python3)