Skip to content

PhoenixFlame101/NCFE-EVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCFE EVM

EVM program for NCFE.

Dependencies

Built-in Python Modulesrandom, string, os.

These do not have to be installed separately.

External Python Packages/Modulesflask, 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