So I tried running pip3 install MySQL-python and I got these error messages
pip3 install MySQL-python
mysqlclient.lib(typelib.obj) : error LNK2001: unresolved external
MySQL-python is only for Python 2. For Python 3 you need mysqlclient, mysql-connector or PyMySQL.
MySQL-python
mysqlclient
mysql-connector
PyMySQL