This Python script utilizes the Turtle module to draw a pink heart shape and display a message "COURAGECODEJOURNEY" at the center of the heart.
- Python 3.x
- Turtle module (usually included in standard Python installations)
- Ensure you have Python installed on your system.
- Clone or download this repository to your local machine.
- Open a terminal or command prompt.
- Navigate to the directory where the script is located.
- Run the script using the command:
python heart_drawing.py. - The Turtle graphics window will open, displaying the pink heart shape with the message at its center.
- You can modify the message by editing the
messagevariable in the script. - Colors, fonts, and sizes can also be customized by changing the respective parameters in the script.
Feel free to fork and modify the code to suit your needs!