Virtual Pet Rock Simulator
This is a small Python console project made just for fun. The idea is simple: you have a virtual pet rock that reacts to how you are feeling. Based on your mood, the rock responds in its own quiet way and sometimes randomly changes its personality.
There is no goal to win or lose. It is just an interactive program to practice basic Python concepts like classes, user input, conditionals, and randomness.
Features
How it works
Requirements
How to run
Purpose This project is meant for learning and experimentation. It helps beginners understand how simple logic, randomness, and classes work together in Python.