First extract everything from this folder, then
Open the extracted folder in your Python environment
(VS Code, PyCharm, or from the terminal) and
Run the program normally using:
main.py
In the ecosystem folder, you will find:
- ultis.py (helper functions)
- menu.py (Ways to interact with the objects: Ecosystem, Species)
- classes.py (Main objects)
For details of the above, read report/ecosystem_report.pdf
From a command prompt (Windows), navigate to the project directory and run:
C:\Ecosystem> python main.pyYou should she the following output:
Welcome to Ecosystem:
Lion added to the Ecosystem
Zebra added to the Ecosystem
Elephant added to the Ecosystem
Wolf added to the Ecosystem
Giraffe added to the Ecosystem
=========================
MENU
=========================
1. Create new Ecosystem
2. Print Ecosystem Information
3. Add New Genus
4. Search Genus
5. Update Genus
6. Remove Genus
7. Show All Species
8. Update Resources
9. Simulate Generations
10. Exit