We created an environment simulator that shows how the populations of certain organisms affect an environment. We used three different levels of the food chain to represent this:
- Producer
- Herbivore
- Carnivore
Plant <- Moose <- Wolf Human eats Moose, Wolf and Plant
If using VS code replicate this you need to: (Please use vs code, couldnt get this to work in pycharm) - will be similar process in command line
- Create a Venv with python
pip installmultiple packages a. streamlit b. matplotlib c. any others when prompted- Enter into the HackSheffield9 project folder in a terminal and run
streamlit run .\Home.pya. A page should pop up and you can access everything from there
When shutting the page down, ^C in the terminal before closing the webpage