This is a Python3 library for the MCP3425 Analog to Digital Converter. The MCP3425 is a 1-Channel Analog to Digital Converter with I2C interface and 16 bit resolution https://www.microchip.com/wwwproducts/en/MCP3425
Download and install smbus2 library. Steps to install smbus are provided at: https://pypi.org/project/smbus2/
pip3 install smbus2
MCP3425 is pure Python 3 code and requires no compilation. Installation is easy:
python3 setup.py install