A Python app to connect, access and manipulate a MongoDB database containing a collection of vocabularies
- Pymongo
pip install pymongofor client-db connections - datetime (default install on most python systems)
pip install datetime - MongoDB (available here)
Code should run on any Python >= 3.4.x, but it was tested on 3.10 ver.