The project is a simulation of a fictional supermarket showing the customers and revenue generated during a day.
How the simulation looks :
To run the simulation. Please install all the required libraries listed in the requirements.txt file.
pip install --upgrade pip requirements.txt
Once you have all the libraries installed. You can run the simulation from the command line easily by running:
python supermarket_simulator.py
A window shall open with the simulation running. To close the simulation just kill the script running on the terminal with Ctrl + c.
In case you use the code and have problems, please feel free to reach out. Thanks
