It's a Database project where u can execute certain specified functionalities given in the documentation.
1.Doc.pdf will give the complete description about the Mini world.
2.ER_Diagram.pdf shows the ER diagram of the mini world.
3.Relationalmodel.pdf contains the relational model and 1st 2nd and 3rd normal form subsequently.
4.gym.sql loads the database with the appropriate schema and gym.py updates the database state.
Run >python3 gym.py it will ask for username and password. They are the username and password declared during pymysql setup.