A simple gardening advice application that provides tips based on the season and plant type.
- Seasonal gardening advice
- Plant-specific recommendations
- Simple console-based interface
Run the Python script:
python garden_advice.pySee the TODO comments in the code for planned improvements:
- Add user input functionality
- Refactor code into functions
- Add detailed documentation
- Create data structures for multiple plants/seasons
- Add plant recommendation features
Feel free to contribute by addressing the TODO items or suggesting new features!