pet-rock-simulator

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

  1. Save the code in a file named pet_rock.py
  2. Open a terminal or command prompt
  3. Run the program using: python pet_rock.py

Purpose This project is meant for learning and experimentation. It helps beginners understand how simple logic, randomness, and classes work together in Python.