code for our python homework: Xiao Hang Zhuan Zhu
- Create a Python 3 environment(3.9), eg using
conda create --name XHZZ python=3.9 - Activate the environment:
conda activate XHZZ - Install the dependency packages:
pip install -r requirements.txt
- Open the project with a suitable editor, eg
Pycharm. - Using the database MySQL, before use, in the
mysql/MySql.pyfile, the user and password in the__init__method of theMySqlclass should be changed to the corresponding local configuration content.
- run
login/loginMain.py, then you will see the login screen - Sign up for a new account and start experimenting later!
