EVM program for NCFE.
Built-in Python Modules — random, string, os.
These do not have to be installed separately.
External Python Packages/Modules — flask, pymongo, cryptography, pillow.
These can be installed from the command line using pip.
pip install flask pymongo cryptography pillow
Admin Specific Dependencies (Only required on one computer) — fpdf.
This can be installed from the command line using pip.
pip install fpdf